summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r--install/ui/entity.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index 9c58ee3db..1e9535c91 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -559,8 +559,6 @@ IPA. facet_create_action_panel = function(container) {
} else {
var innerlist = $('<ul/>').appendTo(ul);
var facet_link = build_link(other_facet, other_facet.label);
- facet_link.addClass('entity-facet-selected');
- facet_link.prepend(IPA.selected_icon);
innerlist.append(facet_link);
if ( other_facet.name === IPA.current_facet( entity)){