1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:15:56 +00:00

CDM and infinite scrolling tweaks

This commit is contained in:
Andrew Dolgov
2007-08-09 09:36:56 +01:00
parent e2ccbfab0a
commit a219fec54d
3 changed files with 20 additions and 2 deletions

View File

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