reset active_post_id on offset change

This commit is contained in:
Andrew Dolgov 2005-08-26 05:39:20 +01:00
parent b5daec986c
commit 431ade5580
1 changed files with 2 additions and 1 deletions

View File

@ -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;