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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user