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:
Nicolas Stepien 2013-03-31 00:17:24 +01:00
parent c0ba3246ce
commit a46ba080fd

View File

@ -3730,7 +3730,7 @@ Unread =
title = d.title
setTimeout ->
d.title = ''
d.title = title
Unread.update()
, $.SECOND
<% } %>