1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 08:59:15 +00:00

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();