remove obsolete 'Download preparing' message for zip downloads, fix #3755

This commit is contained in:
Jan-Christoph Borchardt 2014-08-19 16:44:28 +02:00
parent fdfc5c67f8
commit e713e97df5

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;
},