ACK, push it.

----- Original Message -----
> Makes list pages look like the spec
> 
> _______________________________________________
> Freeipa-devel mailing list
> Freeipa-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/freeipa-devel
From 79c0b1e14b871d2136cca7c761a1864afb665c22 Mon Sep 17 00:00:00 2001
From: Adam Young <ayo...@redhat.com>
Date: Thu, 6 Jan 2011 12:52:17 -0500
Subject: [PATCH] remove list header

---
 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 a111e0cada1bcf84bf88ea0dc5ecd9b466e4022b..613d24a824c3818cf719be6bd6936e197040a356 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) {
-- 
1.7.3.4

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to