don't pop window when export file

This commit is contained in:
Liang Ding 2014-12-18 18:00:36 +08:00
parent de20c46e4e
commit d924bad508
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ var tree = {
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';
}
});
},