1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 22:05:56 +00:00

enable auto catchup for three pane mode

This commit is contained in:
Andrew Dolgov
2011-03-06 09:55:58 +03:00
parent 2f42315a13
commit ce68ec747a

View 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 = []; var ids = [];