Fix the Unread count jumping up and down because of the workaround on Chrome.
That won't break the workaround, r-right?
This commit is contained in:
parent
c0ba3246ce
commit
a46ba080fd
@ -3730,7 +3730,7 @@ Unread =
|
|||||||
title = d.title
|
title = d.title
|
||||||
setTimeout ->
|
setTimeout ->
|
||||||
d.title = ''
|
d.title = ''
|
||||||
d.title = title
|
Unread.update()
|
||||||
, $.SECOND
|
, $.SECOND
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user