mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00:02 -06:00
unselected facets Facets that were not selected were getting the class indicating that they were sselected
This commit is contained in:
parent
4fa04942df
commit
5058c4c978
@ -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)){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user