From 79c0b1e14b871d2136cca7c761a1864afb665c22 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 6 Jan 2011 12:52:17 -0500 Subject: remove list header --- install/static/search.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'install/static/search.js') 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( - $('

', { 'html': IPA.metadata[that.entity_name].label })); - container.children().last().prepend('
'); - } function setup(container) { -- cgit