1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:15:55 +00:00
This commit is contained in:
Andrew Dolgov
2021-02-24 10:38:54 +03:00
parent 9ad5f04e51
commit 96182597c4

View File

@@ -189,12 +189,11 @@ const Headlines = {
}
});
if (feeds.length > 0)
if (feeds.length > 0) {
console.log('requesting counters for', feeds);
Feeds.requestCounters(feeds);
}
);
});
},
click: function (event, id, in_body) {
in_body = in_body || false;