remotes/1693045480750635534/spooky-22
Aevann1 2022-03-02 03:31:41 +02:00
parent 05427ea57c
commit 594ec74381
1 changed files with 3 additions and 3 deletions

View File

@ -894,9 +894,9 @@
lastCount = comments['{{p.id}}']
if (lastCount)
{
{% for c in comments %}
{% if not (v and v.id==c.author_id) %}
if ({{c.created_utc*1000}} > lastCount.t)
{% for c in p.comments2 %}
{% if not (v and v.id==c[0]) %}
if ({{c[1]*1000}} > lastCount.t)
try {document.getElementById("comment-{{c.id}}-only").classList.add('unread2')}
catch(e) {}
{% endif %}