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

Loading…
Cancel
Save