1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 18:29:13 +00:00

code cleanups

This commit is contained in:
Andrew Dolgov
2006-09-29 06:09:18 +01:00
parent eb58af8d65
commit 0feab655ba
3 changed files with 41 additions and 83 deletions

View File

@@ -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") {