remotes/1693045480750635534/spooky-22
Aevann1 2022-03-04 23:43:14 +02:00
parent b8c1347f33
commit 21b1da134f
2 changed files with 3 additions and 3 deletions

View File

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

View File

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