Commit 27fbd8b8 by doszhang

dos

parent ee753b49
...@@ -365,6 +365,7 @@ $(document).ready(function () { ...@@ -365,6 +365,7 @@ $(document).ready(function () {
}); });
function jumpTolink(event) { function jumpTolink(event) {
const link = event.data.link;
setTimeout(function () { setTimeout(function () {
window.location.href = link; window.location.href = link;
}, 100); }, 100);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment