From: Andrew Dolgov Date: Fri, 26 Aug 2005 04:39:20 +0000 (+0100) Subject: reset active_post_id on offset change X-Git-Tag: 1.0~14 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=431ade558046103654783cc96a02befd73f11bf5;p=tt-rss.git reset active_post_id on offset change --- diff --git a/tt-rss.js b/tt-rss.js index 8d289967..1ab5ecb5 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -262,8 +262,9 @@ function viewfeed(feed, skip, subop) { return } - if (active_feed_id != feed) + if (active_feed_id != feed || skip != active_offset) { active_post_id = false; + } active_feed_id = feed; active_offset = skip;