1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00

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

This commit is contained in:
Andrew Dolgov 2014-07-25 12:29:30 +04:00
parent b7c20a3759
commit 0f85f483e5

View File

@ -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 >