load more headlines on view()

master
Andrew Dolgov 14 years ago
parent 4311cc7e17
commit 1a434472ba

@ -138,7 +138,10 @@ function view(article_id, dismiss_only) {
remove_headline_entry(article_id);
catchup_article(article_id,
function() { update(); });
function() {
viewfeed(_active_feed_id, _active_feed_offset);
update();
});
return dismiss_only != true;
} catch (e) {

Loading…
Cancel
Save