This commit is contained in:
Van 2014-12-18 18:04:25 +08:00
commit 6fb88282a3
1 changed files with 1 additions and 1 deletions

View File

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