From df65bb8818a0ccf7ca8d78bc570d095cc09d8fe8 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 10 Dec 2014 05:36:51 -0500 Subject: [PATCH] FIx bug where "uploading" message wasn't closed after file upload --- plugins/kolab_files/kolab_files.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/kolab_files/kolab_files.js b/plugins/kolab_files/kolab_files.js index 22adcceb..0a1073ed 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)