enable auto catchup for three pane mode

master
Andrew Dolgov 14 years ago
parent 2f42315a13
commit ce68ec747a

@ -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…
Cancel
Save