From f27123d04cfd82c44836aabfa379ee9f4676fa47 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Thu, 23 Jan 2014 17:15:27 +0100 Subject: [PATCH] Remove Chrome workaround in Unread.update() function. --- src/Monitoring/Unread.coffee | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/Monitoring/Unread.coffee b/src/Monitoring/Unread.coffee index 8e13c463e..98c4b62fb 100644 --- a/src/Monitoring/Unread.coffee +++ b/src/Monitoring/Unread.coffee @@ -154,22 +154,11 @@ Unread = if $.x 'preceding-sibling::div[contains(@class,"replyContainer")]', post.nodes.root # not the first reply $.before post.nodes.root, Unread.hr - update: <% if (type === 'crx') { %>(dontrepeat) <% } %>-> + update: -> count = Unread.posts.length if Conf['Unread Count'] d.title = "#{if count or !Conf['Hide Unread Count at (0)'] then "(#{count}) " else ''}#{if g.DEAD then "/#{g.BOARD}/ - 404" else "#{Unread.title}"}" - <% if (type === 'crx') { %> - # XXX Chrome bug where it doesn't always update the tab title. - # crbug.com/124381 - # Call it one second later, - # but don't display outdated unread count. - return if dontrepeat - setTimeout -> - d.title = '' - Unread.update true - , $.SECOND - <% } %> return unless Conf['Unread Tab Icon']