summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-01 13:19:34 +0100
committerAndrew Dolgov <[email protected]>2006-08-01 13:19:34 +0100
commitafc00eb54f112118f5336b75e9116654647d7a53 (patch)
treef583c8a14989877a9e274b4d7bf70794fe280bb9 /feedlist.js
parent4beda60a73b2687db8a35b10bd53637a3f98fa0d (diff)
always assign cat_view_mode on viewfeed
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/feedlist.js b/feedlist.js
index 53340d7cf..2314b0658 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -43,9 +43,11 @@ function viewfeed(feed, skip, subop, doc, is_cat, subop_param) {
parent.closeInfoBox(true);
}
- if (getActiveFeedId() != feed) {
+// if (getActiveFeedId() != feed) {
cat_view_mode = is_cat;
- }
+// }
+
+ debug("CVMODE: " + cat_view_mode);
var fe = document.getElementById("FEEDR-" + getActiveFeedId());