don't pop window when export file
This commit is contained in:
parent
de20c46e4e
commit
d924bad508
|
@ -166,7 +166,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