remove list header

This commit is contained in:
Adam Young
2011-01-06 12:52:17 -05:00
parent 3920b36b4a
commit 79c0b1e14b

View File

@@ -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) {