summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 06:09:18 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 06:09:18 +0100
commit0feab655bab2bfffb90538955eb38308a6dc67e3 (patch)
treedc6f08b155e536a3cfcfdf542c835979d546dcab /feedlist.js
parenteb58af8d6526eb6e4695df356e1e7760b03a76c7 (diff)
code cleanups
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/feedlist.js b/feedlist.js
index c097a3eb0..cc36587a2 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -1,7 +1,7 @@
//var xmlhttp = Ajax.getTransport();
function viewCategory(cat) {
- getMainContext().active_feed_is_cat = true;
+ active_feed_is_cat = true;
viewfeed(cat, '', true);
}
@@ -52,7 +52,7 @@ function viewfeed(feed, subop, is_cat, subop_param) {
setActiveFeedId(feed);
if (is_cat != undefined) {
- getMainContext().active_feed_is_cat = is_cat;
+ active_feed_is_cat = is_cat;
}
if (subop == "MarkAllRead") {