Merge pull request #10525 from owncloud/remove-download-message

remove obsolete 'Download preparing' message for zip downloads, fix #3755
This commit is contained in:
Clark Tomlinson 2014-08-19 14:17:15 -04:00
commit 5ddea98df2
1 changed files with 0 additions and 1 deletions

View File

@ -345,7 +345,6 @@
else {
files = _.pluck(this.getSelectedFiles(), 'name');
}
OC.Notification.show(t('files','Your download is being prepared. This might take some time if the files are big.'));
OC.redirect(this.getDownloadUrl(files, dir));
return false;
},