Workaround the Unread bug on Chrome. #968

This commit is contained in:
Nicolas Stepien 2013-03-29 20:46:15 +01:00
parent e63b0705d3
commit 4fa4ef5304

View File

@ -3711,6 +3711,13 @@ Unread =
"(#{Unread.posts.length}) /#{g.BOARD}/ - 404"
else
"(#{Unread.posts.length}) #{Unread.title}"
<% if (type === 'crx') { %>
title = d.title
setTimeout ->
d.title = ''
d.title = title
, $.SECOND
<% } %>
return unless Conf['Unread Tab Icon']