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

This commit is contained in:
Aleksander Machniak 2014-12-10 05:36:51 -05:00
parent c3e142094f
commit df65bb8818

View file

@ -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)