summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-13 20:06:46 +0400
committerAndrew Dolgov <[email protected]>2009-10-13 20:06:46 +0400
commite8188aa667036280e4142919c36f944a17c08d94 (patch)
treecaa20fa8e1b1dd069737f9da2f56640087a3abe2
parent394bfafd8097442f91e262e1986039d383d685ec (diff)
parent8d82cd7920b589855a38e7cf6ec1a043b99c7243 (diff)
Merge branch 'master' of /home/fox/public_html/testbox/tt-rss
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index fcfddaa52..27823adc9 100644
--- a/functions.js
+++ b/functions.js
@@ -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);
}