From: Andrew Dolgov Date: Sun, 12 Sep 2010 08:20:19 +0000 (+0400) Subject: load more headlines on view() X-Git-Tag: 1.5.0~435^2~1^2~31 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1a434472bae1d6093abc816a253b53c600fd08c6;p=tt-rss.git load more headlines on view() --- diff --git a/digest.js b/digest.js index 777473c6..7a1e7d2e 100644 --- a/digest.js +++ b/digest.js @@ -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) {