From 8d82cd7920b589855a38e7cf6ec1a043b99c7243 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Oct 2009 20:06:41 +0400 Subject: new articles prompt fix --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3