diff options
-rw-r--r-- | install/static/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/user.js b/install/static/user.js index 1a2ab444..c0e6faed 100644 --- a/install/static/user.js +++ b/install/static/user.js @@ -69,7 +69,7 @@ function ipa_user(){ entity.create_association_facets(); but we are currently defining the associator using the global function after the registration of the entity */ - + that.create_association_facets(); that.entity_init(); }; |