summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = [];