log OrthancExplorer/file-upload.js @ 3304:e83546f4adcc

age author description
Thu, 24 Jan 2019 10:55:19 +0100 Alain Mazy merge
Thu, 24 Jan 2019 10:54:47 +0100 Alain Mazy added debug info for Orthanc issue #1
Fri, 11 Jan 2019 10:59:49 +0100 Sebastien Jodogne fix
Fri, 11 Jan 2019 10:55:18 +0100 Sebastien Jodogne minor improvements to upload progress bar
Fri, 11 Jan 2019 10:46:16 +0100 Sebastien Jodogne minor layout modification
Thu, 10 Jan 2019 11:19:39 +0100 Alain Mazy added a log in console to debug issue #1. Can't reproduce the issue since then so let's keep the log!
Thu, 10 Jan 2019 10:51:36 +0100 Alain Mazy back to using 'var' instead of 'let' since let is not supported by many old browsers. All variables declaration have been moved to the top of the function to better show that their scope is the function