Commit 7de910c2 by doszhang

dos

parent 218874c5
......@@ -122,9 +122,9 @@ preloadimages(preloadImageList, function () {
}, function (progress) {});
$(document).ready(function () {
reading = JSON.stringify(getCookie('reading'));
reading = getCookie('reading');
if (reading != 'null') {
readingJson = reading;
readingJson = JSON.stringify(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