From: Andrew Dolgov Date: Sun, 6 Mar 2011 06:55:58 +0000 (+0300) Subject: enable auto catchup for three pane mode X-Git-Tag: 1.5.2~28 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ce68ec747ad803b9973aecec9653399668422428;p=tt-rss.git enable auto catchup for three pane mode --- diff --git a/viewfeed.js b/viewfeed.js index f5192172..7c2d8816 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 = [];