Merge branch 'master' of https://github.com/b3log/wide
This commit is contained in:
commit
6fb88282a3
|
@ -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';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue