From bc8a9371d7838002988bf025ce91fd489de02be0 Mon Sep 17 00:00:00 2001 From: Otto Zaiser <zaisero@nic.ar> Date: Mon, 17 Dec 2018 17:26:37 -0300 Subject: [PATCH] Arreglando drop --- js/tsa.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/tsa.js b/js/tsa.js index 6af89a3..b41140b 100644 --- a/js/tsa.js +++ b/js/tsa.js @@ -267,10 +267,10 @@ function allowDrop(e) { e.preventDefault(); } -function dropStamp(e) { +function dropOTSFile(e) { e.preventDefault(); var file = e.dataTransfer.items[0].getAsFile(); - stamp(file); + ots_check(file); } -- GitLab