summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-04 09:51:31 +0300
committerAndrew Dolgov <[email protected]>2009-02-04 09:51:31 +0300
commitc8a9fe5b07aebbc7120599606c7740e840d15562 (patch)
tree637482651bd397cfd0bb7b2630f1857ec3552001 /functions.js
parent2a0dc5f90275d68dc167db9c299e510fae09fed8 (diff)
properly update local vfeed counters
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index 99ae1d430..837a6b42f 100644
--- a/functions.js
+++ b/functions.js
@@ -627,6 +627,8 @@ function parse_counters_reply(transport, scheduled_call) {
function all_counters_callback2(transport, async_call) {
try {
if (async_call) async_counters_work = true;
+
+ if (offline_mode) return;
debug("<b>all_counters_callback2 IN: " + transport + "</b>");
parse_counters_reply(transport);