summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-08-19 16:44:28 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-08-19 22:53:17 +0200
commitdce2e5e3b75f39d52619786b14b3952ff3aad01e (patch)
tree832c65c4b855efccc83cd1ab07f1f0967b392f84
parent80d3f30ada7e33c7366338271ecf3602f870f7cb (diff)
downloadnextcloud-server-dce2e5e3b75f39d52619786b14b3952ff3aad01e.tar.gz
nextcloud-server-dce2e5e3b75f39d52619786b14b3952ff3aad01e.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 4fd57cf1279..33da6edb0c7 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -338,7 +338,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;
},