From 5a180505717398293b8f66489b149cd56a894490 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2006 10:55:16 +0100 Subject: [PATCH] fix title display bug on refetch --- tt-rss.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tt-rss.js b/tt-rss.js index 1e5573f9..cfebd101 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -126,10 +126,8 @@ function refetch_callback() { if (!daemon_enabled) { notify("All feeds updated."); - } else { - global_unread = 0; + updateTitle(""); } - updateTitle(""); } catch (e) { exception_error("refetch_callback", e); updateTitle(""); -- 2.39.2