adding accidentally removed line - THX @bartv2

remotes/origin/stable5
Thomas Mueller 12 years ago
parent 508b6a9fc7
commit 9afdc14d40
  1. 1
      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.'));
}
});

Loading…
Cancel
Save