mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-31 19:31:28 +00:00
request_counters: no-op when in offline mode
This commit is contained in:
@@ -618,6 +618,8 @@ function request_counters_real() {
|
||||
|
||||
try {
|
||||
|
||||
if (offline_mode) return;
|
||||
|
||||
debug("requesting counters...");
|
||||
|
||||
var query = "backend.php?op=rpc&subop=getAllCounters";
|
||||
|
||||
Reference in New Issue
Block a user