summaryrefslogtreecommitdiffstats
path: root/install/ui/associate.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/associate.js')
-rw-r--r--install/ui/associate.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ui/associate.js b/install/ui/associate.js
index 15fdfbd7..3bbf9a43 100644
--- a/install/ui/associate.js
+++ b/install/ui/associate.js
@@ -869,7 +869,6 @@ IPA.association_facet = function (spec) {
that.pkey = $.bbq.getState(that.entity_name+'-pkey', true) || '';
that.entity.header.set_pkey(that.pkey);
- that.entity.header.back_link.css('visibility', 'visible');
that.entity.header.facet_tabs.css('visibility', 'visible');
};