mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 18:31:29 +00:00
cleanup previous patch (once again)
This commit is contained in:
@@ -295,11 +295,7 @@ dojo.declare("fox.FeedTree", dijit.Tree, {
|
|||||||
|
|
||||||
// it's a subcategory
|
// it's a subcategory
|
||||||
if (feed.items) {
|
if (feed.items) {
|
||||||
feed.items.each(function(child) {
|
tree.hideReadCat(feed, hide, show_special);
|
||||||
if (child.items) {
|
|
||||||
tree.hideReadCat(child, hide, show_special);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
} else { // it's a feed
|
} else { // it's a feed
|
||||||
var bare_id = parseInt(feed.bare_id);;
|
var bare_id = parseInt(feed.bare_id);;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user