mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 11:45:56 +00:00
make forced counter update not count as scheduled one
This commit is contained in:
@@ -469,6 +469,10 @@ function parse_counters(reply, scheduled_call) {
|
||||
|
||||
if (feedctr && feedu && feedr) {
|
||||
|
||||
// if (id == getActiveFeedId())
|
||||
// console.log("HAS CTR: " + feedu.innerHTML + " GOT CTR: " + ctr +
|
||||
// " IS_SCHED: " + scheduled_call);
|
||||
|
||||
if (parseInt(ctr) > 0 &&
|
||||
parseInt(feedu.innerHTML) < parseInt(ctr) &&
|
||||
id == getActiveFeedId() && scheduled_call) {
|
||||
|
||||
Reference in New Issue
Block a user