reset active_post_id on feed change
This commit is contained in:
parent
303c2f334b
commit
457c494a3b
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
|
||||||
|
|
||||||
if (getActiveFeedId() != feed) {
|
if (getActiveFeedId() != feed) {
|
||||||
feed_cur_page = 0;
|
feed_cur_page = 0;
|
||||||
|
active_post_id = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
enableHotkeys();
|
enableHotkeys();
|
||||||
|
|
Loading…
Reference in a new issue