Mercurial > hg > orthanc
log OrthancExplorer/file-upload.js @ 3110:7047222cfa96
age | author | description |
---|---|---|
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 |
Thu, 10 Jan 2019 10:10:26 +0100 | Alain Mazy | 'fix' for Orthanc issue 21: added a select file button + a warning specific for Firefox users |
Wed, 26 Dec 2018 16:58:21 +0100 | am | upgraded jquery, jquery-mobile, jquery-file-upload. Everything seems to be working as before. Theme has changed ! update-jquery |
Mon, 17 Dec 2018 10:22:51 +0100 | Sebastien Jodogne | replaced 'var' by 'let' in Orthanc Explorer's JavaScript |