tweak infscroll

This commit is contained in:
Andrew Dolgov
2007-08-28 06:12:01 +01:00
parent 1807536859
commit ee506d2a05
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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();