1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

[dir view] modification

This commit is contained in:
llj
2017-01-07 17:55:16 +08:00
parent 77fa8c0c7a
commit fd4df3792c
4 changed files with 13 additions and 6 deletions

View File

@@ -954,8 +954,10 @@ define([
}
},
zipDownloadDirents:function(repo_id, parent_dir, dirents) {
// for 'dir view': download multi dirents; dir download
zipDownload:function(repo_id, parent_dir, dirents) {
var _this = this;
var interval;
var zip_token;
var packagingTip = gettext("Packaging...");