changeset 3104:b311cff247ca

added a log in console to debug issue #1. Can't reproduce the issue since then so let's keep the log!
author Alain Mazy <alain@mazy.be>
date Thu, 10 Jan 2019 11:19:39 +0100
parents 81b58b549845
children 554832246eaa 4cfed5c2eacd
files OrthancExplorer/file-upload.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancExplorer/file-upload.js	Thu Jan 10 10:51:36 2019 +0100
+++ b/OrthancExplorer/file-upload.js	Thu Jan 10 11:19:39 2019 +0100
@@ -27,6 +27,7 @@
       $('#progress .label').text('Failure');
     })
     .bind('fileuploaddrop', function (e, data) {
+      console.log("dropped " + data.files.length + " files");
       appendFilesToUploadList(data.files);
     })
     .bind('fileuploadsend', function (e, data) {