mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 14:42:10 +00:00
[dir view] modification
This commit is contained in:
@@ -153,8 +153,9 @@ define([
|
||||
|
||||
download: function() {
|
||||
this.closeMenu();
|
||||
var dir = this.dir;
|
||||
var obj_name = this.model.get('obj_name');
|
||||
Common.zipDownloadDirents(this.dir.repo_id, this.dir.path, obj_name);
|
||||
Common.zipDownload(dir.repo_id, dir.path, obj_name);
|
||||
return false;
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user