another implementation of pull 386 (show next when finished reading) (2)
This commit is contained in:
parent
b7c20a3759
commit
0f85f483e5
|
@ -1350,7 +1350,9 @@ function headlines_scroll_handler(e) {
|
||||||
catchup_timeout_id = window.setTimeout('catchupBatchedArticles()',
|
catchup_timeout_id = window.setTimeout('catchupBatchedArticles()',
|
||||||
500);
|
500);
|
||||||
}
|
}
|
||||||
} else if (_infscroll_disable) {
|
}
|
||||||
|
|
||||||
|
if (_infscroll_disable) {
|
||||||
var child = $$("#headlines-frame div[id*=RROW]").last();
|
var child = $$("#headlines-frame div[id*=RROW]").last();
|
||||||
|
|
||||||
if (child && $("headlines-frame").scrollTop >
|
if (child && $("headlines-frame").scrollTop >
|
||||||
|
|
Loading…
Reference in New Issue