mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:25:56 +00:00
enable auto catchup for three pane mode
This commit is contained in:
@@ -1411,7 +1411,7 @@ function headlines_scroll_handler(e) {
|
||||
}
|
||||
|
||||
|
||||
if (isCdmMode() && getInitParam("cdm_auto_catchup") == 1) {
|
||||
if (getInitParam("cdm_auto_catchup") == 1) {
|
||||
|
||||
var ids = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user