This commit is contained in:
parent
2b6ed90817
commit
c896602207
|
@ -160,7 +160,7 @@ var tree = {
|
||||||
return false;
|
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');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue