summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-11-13 06:53:41 +0100
committerAndrew Dolgov <[email protected]>2008-11-13 06:53:41 +0100
commita969b30bb13fc80f368a2f0913a7ac449ad65c62 (patch)
tree621e2b765978c6309634ec0529a154d5eea21b8c /viewfeed.js
parentf29ba1484f4a230651a40f4b3e26444d9748453f (diff)
block cdmWatchdog() in Fresh feed
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index ba9b13e06..94554a422 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -220,6 +220,7 @@ function headlines_callback2(transport, active_feed_id, is_cat, feed_cur_page) {
if (_cdm_wd_timeout) window.clearTimeout(_cdm_wd_timeout);
if (!document.getElementById("headlinesList") &&
+ getActiveFeedId() != -3 &&
getInitParam("cdm_auto_catchup") == 1) {
debug("starting CDM watchdog");
_cdm_wd_timeout = window.setTimeout("cdmWatchdog()", 5000);