diff --git a/tt-rss.js b/tt-rss.js index 1e5573f90..cfebd101b 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("");