summaryrefslogtreecommitdiffstats
path: root/install/ui/webui.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/webui.js')
-rw-r--r--install/ui/webui.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/install/ui/webui.js b/install/ui/webui.js
index 0ca6b703a..94c20d4a9 100644
--- a/install/ui/webui.js
+++ b/install/ui/webui.js
@@ -153,17 +153,6 @@ $(function() {
IPA.nav.update();
$('#login_header').html(IPA.messages.login.header);
-
- function resizeFacet(){
- var entity = IPA.current_entity;
- if (entity){
- var facet_name = IPA.current_facet(entity);
- var facet = entity.get_facet(facet_name);
- if (!facet) return;
- facet.resize();
- }
- }
- jQuery.event.add(window, "resize", resizeFacet);
}