Commit 4b562da2 by doszhang

dos

parent 8b589364
...@@ -125,7 +125,9 @@ $(document).ready(function () { ...@@ -125,7 +125,9 @@ $(document).ready(function () {
reading = getCookie('reading'); reading = getCookie('reading');
if (reading != null) { if (reading != null) {
readingJson = JSON.parse(reading); readingJson = JSON.parse(reading);
console.log(readingJson); for (let key in readingJson) {
$('.read' + key.replace(/link/, "")).show();
}
} }
......
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