mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 19:15:56 +00:00
hide read categories when feedtree category is first expanded
This commit is contained in:
@@ -200,6 +200,9 @@ dojo.declare("fox.FeedTree", dijit.Tree, {
|
|||||||
},
|
},
|
||||||
postCreate: function() {
|
postCreate: function() {
|
||||||
this.connect(this.model, "onChange", "updateCounter");
|
this.connect(this.model, "onChange", "updateCounter");
|
||||||
|
this.connect(this, "_expandNode", function() {
|
||||||
|
this.hideRead(getInitParam("hide_read_feeds"), getInitParam("hide_read_shows_special"));
|
||||||
|
});
|
||||||
|
|
||||||
this.inherited(arguments);
|
this.inherited(arguments);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user