summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-08-19 16:44:28 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-08-19 16:44:28 +0200
commite713e97df595381d65e9fa66ce3c1865b02698dc (patch)
tree48ece3643ff4d2fc0228e2058bbe1ecd98770b31
parentfdfc5c67f8e90ac0a439579e9a64d1a643686bd3 (diff)
downloadnextcloud-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.js1
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;
},