Aevann 2023-02-18 22:56:00 +02:00
parent 9a5c184144
commit e87d5b9db8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function highlight_unread(localstoragevar) {
highlight_unread("comment-counts")
if (!location.href.includes("?context")) {
if (!location.href.includes("#context")) {
localStorage.setItem("old-comment-counts", localStorage.getItem("comment-counts"))
const comments = JSON.parse(localStorage.getItem("comment-counts")) || {}