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 09cdbafbc..725629747 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -966,7 +966,7 @@ function headlines_scroll_handler() {
var e = document.getElementById("headlinesInnerContainer");
- if (e.scrollTop + e.offsetHeight > e.scrollHeight - (e.scrollHeight/4)) {
+ if (e.scrollTop + e.offsetHeight > e.scrollHeight - 300) {
debug("more cowbell!");
viewNextFeedPage();