forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-29 19:00:38 +02:00
parent c91ccf926c
commit 7cb83ca92a
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@
{% if p and not (v and v.id==c.author_id) and (not v or v.highlightcomments) %}
<script>
comments = JSON.parse(localStorage.getItem({{c.id}})) || {}
comments = JSON.parse(localStorage.getItem("comment-counts")) || {}
lastCount = comments['{{p.id}}']
if (lastCount && {{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>'