Commit 2801d6dc by doszhang

dos

parent f7303ba1
......@@ -248,9 +248,8 @@ function jumpTolink(event) {
if (event.data.index || event.data.index == 0) {
const index = event.data.index;
readingJson['link' + index] = 1;
setCookie('reading', JSON.stringify(readingJson));
$('.read' + index).show();
}
window.location.href = link;
}
......
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