summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 63a707ab3..8e4343b0e 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -128,6 +128,8 @@ function refetch_callback() {
if (!daemon_enabled) {
notify("All feeds updated.");
updateTitle("");
+ } else {
+ notify("");
}
} catch (e) {
exception_error("refetch_callback", e);