summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-23 07:01:25 +0100
committerAndrew Dolgov <[email protected]>2007-08-23 07:01:25 +0100
commit457c494a3b1bd1bd0bb4e96cf1dcd4ba4e250d1d (patch)
treea9ab06483405104e53d592b6b8beaa174e08753d /feedlist.js
parent303c2f334b3465ab0eef520d093c48fdebafd7e4 (diff)
reset active_post_id on feed change
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 04fab589f..4946d7fc9 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -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();