From 314d6be229736d76aaf538e9e05894ee42b476fb Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 9 May 2011 20:46:52 -0500 Subject: Updated DNS interface. The IPA.records_facet has been converted into a subclass of IPA.search_facet. This helps remove duplicate table code and provide consistent DOM element attributes for Selenium tests. --- install/ui/entitle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/entitle.js') diff --git a/install/ui/entitle.js b/install/ui/entitle.js index 513cb6b4..6368ba8e 100644 --- a/install/ui/entitle.js +++ b/install/ui/entitle.js @@ -311,11 +311,11 @@ IPA.entitle.search_facet = function(spec) { }).appendTo(that.consume_buttons); }; - that.show = function() { + that.show = function() { that.facet_show(); that.entity.header.set_pkey(null); - that.entity.header.back_link.css('visibility', 'hidden'); + that.entity.header.back_link.css('visibility', 'hidden'); that.entity.header.facet_tabs.css('visibility', 'hidden'); }; -- cgit