summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
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();