1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 02:11:30 +00:00

digest: fix scrolling on load_more

This commit is contained in:
Andrew Dolgov
2011-09-01 10:15:37 +04:00
parent 19c6deae82
commit e134e173ff

View File

@@ -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'>" +