]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove obsolete 'Download preparing' message for zip downloads, fix #3755
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 19 Aug 2014 14:44:28 +0000 (16:44 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 19 Aug 2014 14:44:28 +0000 (16:44 +0200)
apps/files/js/filelist.js

index fc251c9201aab7f02e4cefcaf63be65c692ce827..3cbc25fc24b1178dfbdbe0a2a699ebedbefc42da 100644 (file)
                        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;
                },