summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 47542e544..582509e40 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -618,6 +618,8 @@ function request_counters_real() {
try {
+ if (offline_mode) return;
+
debug("requesting counters...");
var query = "backend.php?op=rpc&subop=getAllCounters";