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 0f0a4721a..d501890fe 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -140,9 +140,9 @@ function scheduleFeedUpdate(force) {
debug("in scheduleFeedUpdate");
- if (!daemon_enabled && !daemon_refresh_only) {
+/* if (!daemon_enabled && !daemon_refresh_only) {
notify_progress("Updating feeds...", true);
- }
+ } */
var query_str = "backend.php?op=rpc&subop=";