summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index a18f95cd1..1773e64af 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -69,12 +69,12 @@ function refetch_callback2(transport) {
debug("refetch_callback2: done");
- if (!daemon_enabled && !daemon_refresh_only) {
+/* if (!daemon_enabled && !daemon_refresh_only) {
notify_info("All feeds updated.");
updateTitle("");
} else {
//notify("");
- }
+ } */
} catch (e) {
exception_error("refetch_callback", e);
updateTitle("");