Commit 5d384f32 authored by Andreas Heimann's avatar Andreas Heimann

change section on files drop

parent 57fcbfbc
...@@ -35,6 +35,7 @@ document.ondragover = document.ondrop = function(dragndrop) { ...@@ -35,6 +35,7 @@ document.ondragover = document.ondrop = function(dragndrop) {
document.body.ondrop = function(ev) { document.body.ondrop = function(ev) {
let filePath = (ev.dataTransfer.files[0].path); let filePath = (ev.dataTransfer.files[0].path);
ev.preventDefault(); ev.preventDefault();
NavigateToSection(2);
ExtractionProcess(filePath); ExtractionProcess(filePath);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment