diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-11 14:55:49 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-11 14:55:49 +0100 |
commit | 9afdc14d4050917bf4e0f8cbe7e97d922213a487 (patch) | |
tree | fb7d59c8e9636020472fdd5c80d15065f85c13fb | |
parent | 508b6a9fc79326bcf6d060f1daf42f5b67bfaeec (diff) | |
download | nextcloud-server-9afdc14d4050917bf4e0f8cbe7e97d922213a487.tar.gz nextcloud-server-9afdc14d4050917bf4e0f8cbe7e97d922213a487.zip |
adding accidentally removed line - THX @bartv2
-rw-r--r-- | apps/files/js/files.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js index 81f596d6647..c1c88d1c72b 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -359,6 +359,7 @@ $(document).ready(function() { } else { uploadtext.text(t('files', '{count} files uploading', {count: currentUploads})); } + delete uploadingFiles[dirName][fileName]; OC.Notification.show(t('files', 'Upload cancelled.')); } }); |