diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-06 12:52:17 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-01-06 12:52:17 -0500 |
commit | 79c0b1e14b871d2136cca7c761a1864afb665c22 (patch) | |
tree | 8ecc7e60b97a9c81b7711b803b69753cf6504d79 /install/static | |
parent | 3920b36b4aa1dda06cea09b09d4e327e07edfdc9 (diff) | |
download | freeipa-79c0b1e14b871d2136cca7c761a1864afb665c22.tar.gz freeipa-79c0b1e14b871d2136cca7c761a1864afb665c22.tar.xz freeipa-79c0b1e14b871d2136cca7c761a1864afb665c22.zip |
remove list header
Diffstat (limited to 'install/static')
-rw-r--r-- | install/static/search.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/install/static/search.js b/install/static/search.js index a111e0ca..613d24a8 100644 --- a/install/static/search.js +++ b/install/static/search.js @@ -357,10 +357,6 @@ function ipa_search_facet(spec) { that.table.create(span); - container.children().last().prepend( - $('<h2/>', { 'html': IPA.metadata[that.entity_name].label })); - container.children().last().prepend('<br/>'); - } function setup(container) { |