]> git.wh0rd.org Git - tt-rss.git/commitdiff
reset last_requested_article in viewfeed()
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 20 May 2008 16:08:31 +0000 (17:08 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 20 May 2008 16:08:31 +0000 (17:08 +0100)
feedlist.js

index b4a0e8832d21abbdde4962275587221c61890bb1..6e8b7d6805c1e3117a6fd50e931a8523ff6334aa 100644 (file)
@@ -45,6 +45,8 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
 
 //             if (!offset) page_offset = 0;
 
+               last_requested_article = 0;
+
                if (feed == getActiveFeedId()) {
                        cache_invalidate("F:" + feed);
                }