From d2be41dd1b69020b11cdd6ba66436424f3a0033a Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 19 Apr 2011 11:53:00 -0500 Subject: Standardized action panel buttons creation. Action panel buttons are now created in facet's create_action_panel(). This is to allow a subclass to override and customize the buttons. --- install/ui/entitle.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'install/ui/entitle.js') diff --git a/install/ui/entitle.js b/install/ui/entitle.js index 17be4583..4ef90afe 100644 --- a/install/ui/entitle.js +++ b/install/ui/entitle.js @@ -263,11 +263,7 @@ IPA.entitle.search_facet = function(spec) { that.facet_create_action_panel(container); - var li = $('.action-controls', container); - - var buttons = $('', { - 'class': 'search-buttons' - }).appendTo(li); + var buttons = $('.action-controls', container); that.register_buttons = $('', { style: 'display: none;' -- cgit