adding accidentally removed line - THX @bartv2

This commit is contained in:
Thomas Mueller 2013-01-11 14:55:49 +01:00
parent 508b6a9fc7
commit 9afdc14d40
1 changed files with 1 additions and 0 deletions

View File

@ -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.'));
}
});