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:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user