FIx bug where "uploading" message wasn't closed after file upload
This commit is contained in:
parent
c3e142094f
commit
df65bb8818
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue