enable auto catchup for three pane mode
This commit is contained in:
parent
2f42315a13
commit
ce68ec747a
1 changed files with 1 additions and 1 deletions
|
@ -1411,7 +1411,7 @@ function headlines_scroll_handler(e) {
|
|||
}
|
||||
|
||||
|
||||
if (isCdmMode() && getInitParam("cdm_auto_catchup") == 1) {
|
||||
if (getInitParam("cdm_auto_catchup") == 1) {
|
||||
|
||||
var ids = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue