summaryrefslogtreecommitdiff
path: root/js/Feeds.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-23 17:43:35 +0300
committerAndrew Dolgov <[email protected]>2021-02-23 17:43:35 +0300
commit37d46411c77bda2b1823f7d230b06e36b7125a8d (patch)
tree9cb3472489cd9abb6ea54b57567350ea61ef3f79 /js/Feeds.js
parent85095f8a532d41487100778f4e087e3c5a48d653 (diff)
App.requestCounters() is not a thing
Diffstat (limited to 'js/Feeds.js')
-rw-r--r--js/Feeds.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Feeds.js b/js/Feeds.js
index 4841fd0df..a8f08e623 100644
--- a/js/Feeds.js
+++ b/js/Feeds.js
@@ -264,7 +264,7 @@ const Feeds = {
// bw_limit disables timeout() so we request initial counters separately
if (App.getInitParam("bw_limit")) {
- App.requestCounters(true);
+ this.requestCounters(true);
} else {
setTimeout(() => {
this.requestCounters(true);