mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
remove obsolete 'Download preparing' message for zip downloads, fix #3755
This commit is contained in:
parent
fdfc5c67f8
commit
e713e97df5
@ -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;
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user