summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-25 09:51:25 -0500
committerAdam Young <ayoung@redhat.com>2011-01-25 13:28:47 -0500
commit5058c4c978ccc66bd2851be5cb0fcd054ce4cc7a (patch)
tree64e14f82ed30ab723e6fe52ff07790d847bc37d3 /install/ui/entity.js
parent4fa04942dfa61f8ec7ca98cf3d02dd1f52a3ca9b (diff)
downloadfreeipa-5058c4c978ccc66bd2851be5cb0fcd054ce4cc7a.tar.gz
freeipa-5058c4c978ccc66bd2851be5cb0fcd054ce4cc7a.tar.xz
freeipa-5058c4c978ccc66bd2851be5cb0fcd054ce4cc7a.zip
unselected facets Facets that were not selected were getting the class indicating that they were sselected
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)){