mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-17 14:01:19 +02:00
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()',
|
||||
500);
|
||||
}
|
||||
} else if (_infscroll_disable) {
|
||||
}
|
||||
|
||||
if (_infscroll_disable) {
|
||||
var child = $$("#headlines-frame div[id*=RROW]").last();
|
||||
|
||||
if (child && $("headlines-frame").scrollTop >
|
||||
|
Loading…
x
Reference in New Issue
Block a user