summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-06 09:55:58 +0300
committerAndrew Dolgov <[email protected]>2011-03-06 09:55:58 +0300
commitce68ec747ad803b9973aecec9653399668422428 (patch)
tree629f21c8c2db3bd59846761e8ba84ad2e06d6f64 /viewfeed.js
parent2f42315a13e37c772502e64dec7d3e2acfd968ab (diff)
enable auto catchup for three pane mode
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
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 = [];