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

master
Andrew Dolgov 6 years ago
parent e5f3b75540
commit d8ac5474ec

@ -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() {

Loading…
Cancel
Save