digest: fix scrolling on load_more

master
Andrew Dolgov 13 years ago
parent 19c6deae82
commit e134e173ff

@ -590,7 +590,7 @@ function parse_headlines(transport, replace, no_effects) {
"<div class='body'>" + "<div class='body'>" +
"<a href=\"#\" onclick=\"catchup_visible_articles()\">" + "<a href=\"#\" onclick=\"catchup_visible_articles()\">" +
__("Mark as read") + "</a> | " + __("Mark as read") + "</a> | " +
"<a href=\"#\" onclick=\"load_more()\">" + "<a href=\"javascript:load_more()\">" +
__("Load more...") + "</a>" + __("Load more...") + "</a>" +
"<img style=\"display : none\" "+ "<img style=\"display : none\" "+
"id=\"H-LOADING-IMG\" src='images/indicator_tiny.gif'>" + "id=\"H-LOADING-IMG\" src='images/indicator_tiny.gif'>" +

Loading…
Cancel
Save