From a3face3746a2bfb19ebdc4652d238117d18987f4 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 2 Apr 2013 23:39:46 +0200 Subject: [PATCH] Fix (0) + Unread (You) favicon, in case you inlined a backlink quoting you for example. --- src/features.coffee | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/features.coffee b/src/features.coffee index 0aac59152..b6d191a7c 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -3710,10 +3710,11 @@ Unread = else Favicon.dead else - if Unread.postsQuotingYou.length - Favicon.unreadY - else if count - Favicon.unread + if count + if Unread.postsQuotingYou.length + Favicon.unreadY + else + Favicon.unread else Favicon.default