diff options
Diffstat (limited to 'install/static/hbac.js')
-rwxr-xr-x | install/static/hbac.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/install/static/hbac.js b/install/static/hbac.js index 29db3aa8..264b7c5a 100755 --- a/install/static/hbac.js +++ b/install/static/hbac.js @@ -121,15 +121,6 @@ function ipa_hbac_search_facet(spec) { that.search_facet_create(container); - - container.children().last().prepend( - $('<h2/>', { 'html': IPA.metadata.hbac.label })); - container.children().last().prepend('<br/><br/>'); - - }; - - that.setup = function(container) { - that.search_facet_setup(container); }; return that; |