summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-13 20:06:41 +0400
committerAndrew Dolgov <[email protected]>2009-10-13 20:06:41 +0400
commit8d82cd7920b589855a38e7cf6ec1a043b99c7243 (patch)
treecaa20fa8e1b1dd069737f9da2f56640087a3abe2 /functions.js
parente9a174b1212fb932c399d01346ff0a12f03e1b38 (diff)
new articles prompt fix
Diffstat (limited to 'functions.js')
-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);
}