]> git.wh0rd.org - tt-rss.git/blobdiff - functions.js
properly update local vfeed counters
[tt-rss.git] / functions.js
index 99ae1d43041e584c923e91e571873d49cc7fa996..837a6b42f35e7ae8d248f5cb9e547226f8de0562 100644 (file)
@@ -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);