Commit 8ca7165c by doszhang

dos

parent 679162c8
...@@ -129,6 +129,7 @@ $(document).ready(function () { ...@@ -129,6 +129,7 @@ $(document).ready(function () {
// })(); // })();
for (let i = 0; i < 21; i++) { for (let i = 0; i < 21; i++) {
$('.read' + i).show(); $('.read' + i).show();
$('.link' + i).hide();
} }
// reading = getCookie('reading'); // reading = getCookie('reading');
// if (reading != null) { // if (reading != null) {
......
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