diff options
author | Adam Young <ayoung@redhat.com> | 2011-05-23 10:39:09 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-05-23 13:31:23 -0400 |
commit | 03303390031ae88c9df3a0e14d85550884bb1740 (patch) | |
tree | 5f4fa206c61b909657d760de902d5f7bb136c25f /install/ui/webui.js | |
parent | 0238cb845a724969990be3c8a45ef572296b5de1 (diff) | |
download | freeipa-03303390031ae88c9df3a0e14d85550884bb1740.tar.gz freeipa-03303390031ae88c9df3a0e14d85550884bb1740.tar.xz freeipa-03303390031ae88c9df3a0e14d85550884bb1740.zip |
create entities on demand.
fixed changes from code review
Fixed unit tests for entity on demand changes.
Diffstat (limited to 'install/ui/webui.js')
-rw-r--r-- | install/ui/webui.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install/ui/webui.js b/install/ui/webui.js index b9d050c29..00c35b459 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(); |