Commit 679162c8 by doszhang

dos

parent 899521c0
...@@ -128,7 +128,7 @@ $(document).ready(function () { ...@@ -128,7 +128,7 @@ $(document).ready(function () {
// }); // });
// })(); // })();
for (let i = 0; i < 21; i++) { for (let i = 0; i < 21; i++) {
$('.read' + i).hide(); $('.read' + i).show();
} }
// 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