mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-12 09:07:19 +02:00
new articles prompt tweak
This commit is contained in:
parent
8d82cd7920
commit
0ac73f914d
@ -531,7 +531,10 @@ function parse_counters(reply, scheduled_call) {
|
||||
|
||||
if (feedctr && feedu && feedr) {
|
||||
|
||||
if (parseInt(ctr) > 0 && feedu.innerHTML != ctr && id == getActiveFeedId() && scheduled_call) {
|
||||
if (parseInt(ctr) > 0 &&
|
||||
parseInt(feedu.innerHTML) < parseInt(ctr) &&
|
||||
id == getActiveFeedId() && scheduled_call) {
|
||||
|
||||
displayNewContentPrompt(id);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user