remotes/1693045480750635534/spooky-22
Aevann1 2021-09-29 19:18:28 +02:00
parent f8ee37a73a
commit 182f13847c
1 changed files with 2 additions and 2 deletions

View File

@ -175,11 +175,11 @@
<script>
comments = JSON.parse(localStorage.getItem("comment-counts")) || {}
lastCount = comments['{{p.id}}']
console.log({{c.created_utc}})
console.log({{c.created_utc*1000}})
console.log(lastCount.t)
document.getElementById("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>
<div id="reddot-{{c.id}}"></div>
<span id="reddot-{{c.id}}"></span>
{% endif %}
{% if c.awards %}