Commit 42bbb028 by doszhang

dos

parent 3ff9872e
...@@ -122,6 +122,9 @@ preloadimages(preloadImageList, function () { ...@@ -122,6 +122,9 @@ preloadimages(preloadImageList, function () {
}, function (progress) {}); }, function (progress) {});
$(document).ready(function () { $(document).ready(function () {
for (let i = 0; i < 21; i++) {
$('.read' + i).hide();
}
reading = getCookie('reading'); reading = getCookie('reading');
if (reading != null) { if (reading != null) {
readingJson = JSON.parse(reading); readingJson = JSON.parse(reading);
......
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