mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25: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 });
|
new Effect.Appear(child, { duration : 0.5 });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (_infscroll_disable) {
|
||||||
|
hsp.innerHTML = "<a href='#' onclick='openNextUnreadFeed()'>" +
|
||||||
|
__("Click to open next unread feed.") + "</a>";
|
||||||
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
console.log("no new headlines received");
|
console.log("no new headlines received");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user