From e713e97df595381d65e9fa66ce3c1865b02698dc Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 19 Aug 2014 16:44:28 +0200 Subject: [PATCH] remove obsolete 'Download preparing' message for zip downloads, fix #3755 --- apps/files/js/filelist.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index fc251c9201..3cbc25fc24 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; },