another implementation of pull 386 (show next when finished reading) (2)

master
Andrew Dolgov 10 years ago
parent b7c20a3759
commit 0f85f483e5

@ -1350,7 +1350,9 @@ function headlines_scroll_handler(e) {
catchup_timeout_id = window.setTimeout('catchupBatchedArticles()',
500);
}
} else if (_infscroll_disable) {
}
if (_infscroll_disable) {
var child = $$("#headlines-frame div[id*=RROW]").last();
if (child && $("headlines-frame").scrollTop >

Loading…
Cancel
Save