summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 09:36:56 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 09:36:56 +0100
commita219fec54d09f81da2686a8817dd67ae98872661 (patch)
treee8ee4caa2d283eb58354592a827df7fa983736a9 /viewfeed.js
parente2ccbfab0a8e734df65ad89f817e0b8e10a3481c (diff)
CDM and infinite scrolling tweaks
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();