dasdsa
This commit is contained in:
parent
2072c944cd
commit
23a3af3c2e
12 changed files with 70 additions and 55 deletions
|
@ -30,9 +30,9 @@ if (typeof showNewCommentCounts === 'undefined') {
|
|||
delete comments[key]
|
||||
}
|
||||
}
|
||||
window.localStorage.setItem("comment-counts", JSON.stringify(comments))
|
||||
localStorage.setItem("comment-counts", JSON.stringify(comments))
|
||||
}
|
||||
window.localStorage.setItem(LAST_CACHE_CLEAN_ID, JSON.stringify(now))
|
||||
localStorage.setItem(LAST_CACHE_CLEAN_ID, JSON.stringify(now))
|
||||
}
|
||||
|
||||
setTimeout(cleanCache, 500)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue