App.requestCounters() is not a thing
This commit is contained in:
parent
85095f8a53
commit
37d46411c7
|
@ -264,7 +264,7 @@ const Feeds = {
|
||||||
|
|
||||||
// bw_limit disables timeout() so we request initial counters separately
|
// bw_limit disables timeout() so we request initial counters separately
|
||||||
if (App.getInitParam("bw_limit")) {
|
if (App.getInitParam("bw_limit")) {
|
||||||
App.requestCounters(true);
|
this.requestCounters(true);
|
||||||
} else {
|
} else {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.requestCounters(true);
|
this.requestCounters(true);
|
||||||
|
|
Loading…
Reference in New Issue