plugins/kolab_files

Aleksander Machniak machniak at kolabsys.com
Wed Dec 10 11:37:21 CET 2014


 plugins/kolab_files/kolab_files.js |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit df65bb8818a0ccf7ca8d78bc570d095cc09d8fe8
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Wed Dec 10 05:36:51 2014 -0500

    FIx bug where "uploading" message wasn't closed after file upload

diff --git a/plugins/kolab_files/kolab_files.js b/plugins/kolab_files/kolab_files.js
index 22adcce..0a1073e 100644
--- a/plugins/kolab_files/kolab_files.js
+++ b/plugins/kolab_files/kolab_files.js
@@ -2092,6 +2092,8 @@ function kolab_files_ui()
 
     if (!param.done && param.total)
       this.file_upload_progress(param.id);
+    else
+      delete this.uploads[param.id];
   };
 
   this.file_upload_progress_stop = function(id)




More information about the commits mailing list