From: Andrew Dolgov Date: Sun, 12 Feb 2006 09:55:16 +0000 (+0100) Subject: fix title display bug on refetch X-Git-Tag: 1.1.3~21 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5a180505717398293b8f66489b149cd56a894490;p=tt-rss.git fix title display bug on refetch --- 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("");