Fix infinite "Uploading files..." message when upload progress feature is disabled (#4774)
This commit is contained in:
parent
3702557dc3
commit
2fe963f48f
1 changed files with 1 additions and 1 deletions
|
@ -2109,7 +2109,7 @@ function kolab_files_ui()
|
|||
|
||||
this.file_upload_progress_stop = function(id)
|
||||
{
|
||||
if (id && this.uploads[id]) {
|
||||
if (id) {
|
||||
delete this.uploads[id];
|
||||
rcmail.display_progress({name: id});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue