diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-08-19 16:44:28 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-08-19 16:44:28 +0200 |
commit | e713e97df595381d65e9fa66ce3c1865b02698dc (patch) | |
tree | 48ece3643ff4d2fc0228e2058bbe1ecd98770b31 | |
parent | fdfc5c67f8e90ac0a439579e9a64d1a643686bd3 (diff) | |
download | nextcloud-server-e713e97df595381d65e9fa66ce3c1865b02698dc.tar.gz nextcloud-server-e713e97df595381d65e9fa66ce3c1865b02698dc.zip |
remove obsolete 'Download preparing' message for zip downloads, fix #3755
-rw-r--r-- | apps/files/js/filelist.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index fc251c9201a..3cbc25fc24b 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -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; }, |