From: Andrew Dolgov Date: Tue, 20 May 2008 16:08:31 +0000 (+0100) Subject: reset last_requested_article in viewfeed() X-Git-Tag: 1.2.23-final~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=32f0c8b03038af074088d47f3858b5e106551396;p=tt-rss.git reset last_requested_article in viewfeed() --- diff --git a/feedlist.js b/feedlist.js index b4a0e883..6e8b7d68 100644 --- a/feedlist.js +++ b/feedlist.js @@ -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); }