1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

new articles prompt fix

This commit is contained in:
Andrew Dolgov
2009-10-13 20:06:41 +04:00
parent e9a174b121
commit 8d82cd7920

View File

@@ -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);
}