1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02: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 = [];