mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
remove obsolete 'Download preparing' message for zip downloads, fix #3755
This commit is contained in:
parent
fdfc5c67f8
commit
e713e97df5
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue