Commit 8c3e050c by doszhang

dos

parent f2841f66
......@@ -254,9 +254,11 @@ function jumpTolink(event) {
readingJson['link' + index] = 1;
setCookie('reading', JSON.stringify(readingJson));
$('.read' + index).show();
alert(index);
}
// window.location.href = link;
setTimeout(function () {
window.location.href = link;
}, 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