1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

onLoaded: since we call scroll handler anyway, remove fill up hack

This commit is contained in:
Andrew Dolgov 2018-12-02 07:40:09 +03:00
parent e5f3b75540
commit d8ac5474ec

View File

@ -735,18 +735,9 @@ const Headlines = {
Feeds.infscroll_in_progress = 0;
// this is used to auto-catchup articles if needed after infscroll request has finished,
// unpack visible articles, etc
// unpack visible articles, fill buffer more, etc
this.scrollHandler();
// if we have some more space in the buffer, why not try to fill it
if (!Feeds.infscroll_disabled && $("headlines-spacer") &&
$("headlines-spacer").offsetTop < $("headlines-frame").offsetHeight) {
window.setTimeout(function () {
this.loadMoreHeadlines();
}, 500);
}
notify("");
},
reverseHeadlineOrder: function() {