mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
viewfeed: set hsp status when scrolling to the very end
This commit is contained in:
@@ -175,6 +175,11 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
|
||||
new Effect.Appear(child, { duration : 0.5 });
|
||||
});
|
||||
|
||||
if (_infscroll_disable) {
|
||||
hsp.innerHTML = "<a href='#' onclick='openNextUnreadFeed()'>" +
|
||||
__("Click to open next unread feed.") + "</a>";
|
||||
}
|
||||
|
||||
} else {
|
||||
console.log("no new headlines received");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user