[Pkg-owncloud-commits] [owncloud] 106/121: remove obsolete 'Download preparing' message for zip downloads, fix #3755
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 16:44:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit dce2e5e3b75f39d52619786b14b3952ff3aad01e
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Tue Aug 19 16:44:28 2014 +0200
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 4fd57cf..33da6ed 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;
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list