remotes/1693045480750635534/spooky-22
Aevann1 2022-04-05 21:47:48 +02:00
parent 99669153e4
commit 83f222b04e
1 changed files with 2 additions and 2 deletions

View File

@ -867,7 +867,7 @@
{% for c in p.comments %}
{% if not (v and v.id==c.author_id) and not c.voted %}
if ({{c.created_utc*1000}} > lastCount.t)
try {document.getElementById("comment-{{c.id}}").classList.add('unread')}
try {document.getElementById("comment-{{c.id}}-only").classList.add('unread')}
catch(e) {}
{% endif %}
{% endfor %}
@ -898,7 +898,7 @@
{% for c in p.comments %}
{% if not (v and v.id==c.author_id) and not c.voted %}
if ({{c.created_utc*1000}} > lastCount.t)
try {document.getElementById("comment-{{c.id}}").classList.add('unread')}
try {document.getElementById("comment-{{c.id}}-only").classList.add('unread')}
catch(e) {}
{% endif %}
{% endfor %}