summaryrefslogtreecommitdiffstats
path: root/install/ui/entitle.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/entitle.js')
-rw-r--r--install/ui/entitle.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/entitle.js b/install/ui/entitle.js
index 513cb6b41..6368ba8e9 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');
};