create entities on demand.

fixed changes from code review

Fixed unit tests for entity on demand changes.
This commit is contained in:
Adam Young
2011-05-23 10:39:09 -04:00
parent 0238cb845a
commit 0330339003
5 changed files with 18 additions and 26 deletions

View File

@@ -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();