diff OrthancExplorer/file-upload.js @ 3109:6aa8d90aeee5

minor layout modification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Jan 2019 10:46:16 +0100
parents b311cff247ca
children 7047222cfa96
line wrap: on
line diff
--- a/OrthancExplorer/file-upload.js	Thu Jan 10 21:23:31 2019 +0100
+++ b/OrthancExplorer/file-upload.js	Fri Jan 11 10:46:16 2019 +0100
@@ -59,11 +59,6 @@
     $("#issue-21-warning").css('display', 'none');
   }
 
-  // alert('WARNING - This page is currently affected by Orthanc issue #21: ' +
-  //       '"DICOM files might be missing after uploading with Mozilla Firefox." ' +
-  //       'Do not use this upload feature for clinical uses, or carefully ' +
-  //       'check that all instances have been properly received by Orthanc. ' +
-  //       'Please use the command-line "ImportDicomFiles.py" script to circumvent this issue.');
   $('#fileupload').fileupload('enable');
 });