mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 14:51:28 +00:00
Merge branch 'master' of /home/fox/public_html/testbox/tt-rss
This commit is contained in:
@@ -531,7 +531,7 @@ function parse_counters(reply, scheduled_call) {
|
||||
|
||||
if (feedctr && feedu && feedr) {
|
||||
|
||||
if (feedu.innerHTML != ctr && id == getActiveFeedId() && scheduled_call) {
|
||||
if (parseInt(ctr) > 0 && feedu.innerHTML != ctr && id == getActiveFeedId() && scheduled_call) {
|
||||
displayNewContentPrompt(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user