From 03303390031ae88c9df3a0e14d85550884bb1740 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 23 May 2011 10:39:09 -0400 Subject: create entities on demand. fixed changes from code review Fixed unit tests for entity on demand changes. --- install/ui/webui.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'install/ui/webui.js') diff --git a/install/ui/webui.js b/install/ui/webui.js index b9d050c2..00c35b45 100644 --- a/install/ui/webui.js +++ b/install/ui/webui.js @@ -143,8 +143,6 @@ $(function() { $('#loggedinas a').fragment( {'user-facet': 'details', 'user-pkey': IPA.whoami_pkey}, 2); - IPA.start_entities(); - IPA.nav = create_navigation(); IPA.nav.create(); IPA.nav.update(); -- cgit