summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 6e2778882..0e71c0ecd 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -110,6 +110,7 @@ function refetch_callback() {
if (!reply) {
notify("refetch_callback: backend did not return expected XML object");
+ updateTitle("");
return;
}
@@ -127,6 +128,7 @@ function refetch_callback() {
notify("All feeds updated.");
} catch (e) {
exception_error("refetch_callback", e);
+ updateTitle("");
}
}
}