1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

tweak infscroll

This commit is contained in:
Andrew Dolgov 2007-08-29 02:01:14 +01:00
parent ade696f88a
commit e7e66b38d3

View File

@ -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();