Commit 7809a2ad by doszhang

dos

parent 62bc62d3
......@@ -123,7 +123,7 @@ preloadimages(preloadImageList, function () {
$(document).ready(function () {
reading = getCookie('reading');
if (reading != 'null' || reading == null) {
if (reading != 'null' || reading != null) {
readingJson = JSON.parse(reading);
console.log(readingJson);
}
......
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