From 3390319f4c79564ab579bfbc1e341defb5299e50 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 4 Jan 2011 22:58:27 -0500 Subject: user associations user assocaitions had been removed. This adds them back in. --- install/static/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/user.js') 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(); }; -- cgit