mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 15:31:28 +00:00
digest: fix scrolling on load_more
This commit is contained in:
@@ -590,7 +590,7 @@ function parse_headlines(transport, replace, no_effects) {
|
||||
"<div class='body'>" +
|
||||
"<a href=\"#\" onclick=\"catchup_visible_articles()\">" +
|
||||
__("Mark as read") + "</a> | " +
|
||||
"<a href=\"#\" onclick=\"load_more()\">" +
|
||||
"<a href=\"javascript:load_more()\">" +
|
||||
__("Load more...") + "</a>" +
|
||||
"<img style=\"display : none\" "+
|
||||
"id=\"H-LOADING-IMG\" src='images/indicator_tiny.gif'>" +
|
||||
|
||||
Reference in New Issue
Block a user