]> git.wh0rd.org - tt-rss.git/commitdiff
enable auto catchup for three pane mode
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 6 Mar 2011 06:55:58 +0000 (09:55 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 6 Mar 2011 06:55:58 +0000 (09:55 +0300)
viewfeed.js

index f51921728f7b5ae8189b79595491c0f53bbf2606..7c2d881657e7d6aac40ca6468af90cd51478e7ed 100644 (file)
@@ -1411,7 +1411,7 @@ function headlines_scroll_handler(e) {
                }
 
 
-               if (isCdmMode() && getInitParam("cdm_auto_catchup") == 1) {
+               if (getInitParam("cdm_auto_catchup") == 1) {
 
                        var ids = [];