summaryrefslogtreecommitdiffstats
path: root/install/static/user.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/user.js')
-rw-r--r--install/static/user.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/install/static/user.js b/install/static/user.js
index 58304d365..d8c493db4 100644
--- a/install/static/user.js
+++ b/install/static/user.js
@@ -1,3 +1,5 @@
+/*jsl:import ipa.js */
+
/* Authors:
* Pavel Zuna <pzuna@redhat.com>
*
@@ -117,7 +119,9 @@ IPA.user = function (){
return that;
}
return that;
-}
+};
+
+
IPA.add_entity(IPA.user());
/* ATTRIBUTE CALLBACKS */