Skip to content
Snippets Groups Projects
Commit bc8a9371 authored by Otto Zaiser's avatar Otto Zaiser
Browse files

Arreglando drop

parent 78ab5e8d
No related branches found
No related tags found
No related merge requests found
...@@ -267,10 +267,10 @@ function allowDrop(e) { ...@@ -267,10 +267,10 @@ function allowDrop(e) {
e.preventDefault(); e.preventDefault();
} }
function dropStamp(e) { function dropOTSFile(e) {
e.preventDefault(); e.preventDefault();
var file = e.dataTransfer.items[0].getAsFile(); var file = e.dataTransfer.items[0].getAsFile();
stamp(file); ots_check(file);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment