This should fix the unread issue, according to @Nami-Doc. #968

This commit is contained in:
Nicolas Stepien 2013-03-26 20:31:05 +01:00
parent ffea1676fd
commit c49c201d91

View File

@ -3636,7 +3636,9 @@ Unread =
count = Unread.posts.length
if Conf['Unread Count']
d.title = if g.DEAD
# XXX Chrome bug where it doesn't always update the tab title.
# crbug.com/124381
d.title.textContent = if g.DEAD
"(#{Unread.posts.length}) /#{g.BOARD}/ - 404"
else
"(#{Unread.posts.length}) #{Unread.title}"