From a46ba080fd0503308a05f929ade1f9a1dad9a9f8 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 31 Mar 2013 00:17:24 +0100 Subject: [PATCH] Fix the Unread count jumping up and down because of the workaround on Chrome. That won't break the workaround, r-right? --- src/features.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features.coffee b/src/features.coffee index cdbb9a19d..e7de9d402 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -3730,7 +3730,7 @@ Unread = title = d.title setTimeout -> d.title = '' - d.title = title + Unread.update() , $.SECOND <% } %>