reset active_post_id on offset change
This commit is contained in:
parent
b5daec986c
commit
431ade5580
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue