summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-01 05:13:48 +0100
committerAndrew Dolgov <[email protected]>2006-08-01 05:13:48 +0100
commit0a6c4846cd819d8d0f50e184a45569e70e22ec4d (patch)
tree977ccfa438d2704ce351f1a4075632b322c8ea8f /feedlist.js
parent59e2aab4687694d6e64d56e8751a1d1eff3fd609 (diff)
category search fixes, search dialog now searches in category view
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 97d74ba2b..dd00c4da9 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -12,7 +12,7 @@ function viewfeed(feed, skip, subop, doc, is_cat, subop_param) {
if (!doc) doc = parent.document;
enableHotkeys();
-
+
var toolbar_query = parent.Form.serialize("main_toolbar_form");
var toolbar_form = parent.document.forms["main_toolbar_form"];
@@ -55,6 +55,8 @@ function viewfeed(feed, skip, subop, doc, is_cat, subop_param) {
setActiveFeedId(feed);
+ getMainContext().active_feed_is_cat = is_cat;
+
if (subop == "MarkAllRead") {
var feedr = document.getElementById("FEEDR-" + feed);