cleanup previous patch (once again)
This commit is contained in:
parent
1a8a623924
commit
6e67a7c450
1 changed files with 1 additions and 5 deletions
|
@ -295,11 +295,7 @@ dojo.declare("fox.FeedTree", dijit.Tree, {
|
|||
|
||||
// it's a subcategory
|
||||
if (feed.items) {
|
||||
feed.items.each(function(child) {
|
||||
if (child.items) {
|
||||
tree.hideReadCat(child, hide, show_special);
|
||||
}
|
||||
});
|
||||
tree.hideReadCat(feed, hide, show_special);
|
||||
} else { // it's a feed
|
||||
var bare_id = parseInt(feed.bare_id);;
|
||||
|
||||
|
|
Loading…
Reference in a new issue