]> git.wh0rd.org - tt-rss.git/commitdiff
load more headlines on view()
authorAndrew Dolgov <fox@bah.org.ru>
Sun, 12 Sep 2010 08:20:19 +0000 (12:20 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Sun, 12 Sep 2010 08:20:19 +0000 (12:20 +0400)
digest.js

index 777473c61f68cd5b068f46df1012946f8ea86792..7a1e7d2ec93d0a0a3cd98135c0592a52796f8878 100644 (file)
--- 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) {