comparison 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
comparison
equal deleted inserted replaced
3108:55dacaf139ed 3109:6aa8d90aeee5
57 $('#upload').live('pageshow', function() { 57 $('#upload').live('pageshow', function() {
58 if (navigator.userAgent.toLowerCase().indexOf('firefox') == -1) { 58 if (navigator.userAgent.toLowerCase().indexOf('firefox') == -1) {
59 $("#issue-21-warning").css('display', 'none'); 59 $("#issue-21-warning").css('display', 'none');
60 } 60 }
61 61
62 // alert('WARNING - This page is currently affected by Orthanc issue #21: ' +
63 // '"DICOM files might be missing after uploading with Mozilla Firefox." ' +
64 // 'Do not use this upload feature for clinical uses, or carefully ' +
65 // 'check that all instances have been properly received by Orthanc. ' +
66 // 'Please use the command-line "ImportDicomFiles.py" script to circumvent this issue.');
67 $('#fileupload').fileupload('enable'); 62 $('#fileupload').fileupload('enable');
68 }); 63 });
69 64
70 $('#upload').live('pagehide', function() { 65 $('#upload').live('pagehide', function() {
71 $('#fileupload').fileupload('disable'); 66 $('#fileupload').fileupload('disable');