From 47fb32b06d29827f87fb06f51cc1bf5e21688187 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Nov 2010 01:00:51 +0300 Subject: make forced counter update not count as scheduled one --- functions.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 6da8dc807..e1f7d1e1d 100644 --- a/functions.js +++ b/functions.js @@ -469,6 +469,10 @@ function parse_counters(reply, scheduled_call) { if (feedctr && feedu && feedr) { +// if (id == getActiveFeedId()) +// console.log("HAS CTR: " + feedu.innerHTML + " GOT CTR: " + ctr + +// " IS_SCHED: " + scheduled_call); + if (parseInt(ctr) > 0 && parseInt(feedu.innerHTML) < parseInt(ctr) && id == getActiveFeedId() && scheduled_call) { -- cgit v1.2.3