diff --git a/viewfeed.js b/viewfeed.js index 2ed27bd2f..66b899201 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -1248,7 +1248,7 @@ function headlines_scroll_handler() { var e = document.getElementById("headlinesInnerContainer"); - if (e.scrollTop + e.offsetHeight > e.scrollHeight - 100) { + if (e.scrollTop + e.offsetHeight > e.scrollHeight - 50) { if (!_infscroll_disable) { debug("more cowbell!"); viewNextFeedPage();