This commit is contained in:
Liang Ding 2014-12-18 22:03:49 +08:00
parent 2b6ed90817
commit c896602207
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ var tree = {
return false;
}
window.location.href = config.context + '/file/zip?path=' + wide.curNode.path + '.zip';
window.open(config.context + '/file/zip?path=' + wide.curNode.path + '.zip');
}
});
},