forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-25 03:20:59 +02:00
parent 7b622ed7b3
commit e686587fc8
1 changed files with 3 additions and 1 deletions

View File

@ -887,7 +887,9 @@
{
{% for c in p.comments2 %}
{% if not (v and v.id==c[0]) %}
if ({{c[1]*1000}} > lastCount.t) document.getElementById("reddot-{{c[2]}}").innerHTML = redhtml
if ({{c[1]*1000}} > lastCount.t)
try {document.getElementById("reddot-{{c[2]}}").innerHTML = redhtml}
catch(e) {}
{% endif %}
{% endfor %}
}