diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-09-12 12:20:19 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-09-12 12:20:19 +0400 |
| commit | 1a434472bae1d6093abc816a253b53c600fd08c6 (patch) | |
| tree | 913da12df3d298c20e04c6115cec8066be6ea5eb /digest.js | |
| parent | 4311cc7e177a4c066d87f39d8b654420617172c1 (diff) | |
load more headlines on view()
Diffstat (limited to 'digest.js')
| -rw-r--r-- | digest.js | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) { |