reset active_post_id on feed change

This commit is contained in:
Andrew Dolgov 2007-08-23 07:01:25 +01:00
parent 303c2f334b
commit 457c494a3b

View file

@ -68,6 +68,7 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
if (getActiveFeedId() != feed) {
feed_cur_page = 0;
active_post_id = 0;
}
enableHotkeys();