summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-29 02:01:14 +0100
committerAndrew Dolgov <[email protected]>2007-08-29 02:01:14 +0100
commite7e66b38d351494fa1c2214b4e547abf7753d29f (patch)
tree30af65690285248a097d1419674d60c05c8230da /viewfeed.js
parentade696f88a7167f2595eb61e649c1b2492372140 (diff)
tweak infscroll
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();