remotes/1693045480750635534/spooky-22
Aevann1 2021-09-29 19:04:08 +02:00
parent 78aa9db570
commit f568416e95
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@
lastCount = comments['{{p.id}}']
console.log(lastCount)
console.log(comments)
if (lastCount && {{c.created_utc}} > lastCount.t) {
if ({{c.created_utc}} > lastCount.t) {
document.getElementsById("reddot-{{c.id}}").innerHTML = '<i style="color:red !important" class="text-admin fas fa-circle" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Unread"></i>'
}
</script>