From ce68ec747ad803b9973aecec9653399668422428 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 6 Mar 2011 09:55:58 +0300 Subject: enable auto catchup for three pane mode --- viewfeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewfeed.js b/viewfeed.js index f51921728..7c2d88165 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -1411,7 +1411,7 @@ function headlines_scroll_handler(e) { } - if (isCdmMode() && getInitParam("cdm_auto_catchup") == 1) { + if (getInitParam("cdm_auto_catchup") == 1) { var ids = []; -- cgit v1.2.3