mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:05:56 +00:00
App.requestCounters() is not a thing
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user