summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-28 06:12:01 +0100
committerAndrew Dolgov <[email protected]>2007-08-28 06:12:01 +0100
commitee506d2a058edca09bc1921caf0ee029cb73bf8c (patch)
tree7e2c63a1eab78bc1a7e1eda78d7591f4547d7c68 /viewfeed.js
parent1807536859f0cc26059c038eeeacfed9662bcf15 (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 8f7c27acb..2ed27bd2f 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 - 300) {
+ if (e.scrollTop + e.offsetHeight > e.scrollHeight - 100) {
if (!_infscroll_disable) {
debug("more cowbell!");
viewNextFeedPage();