summaryrefslogtreecommitdiffstats
path: root/install/static/associate.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-11-12 20:51:15 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2010-11-14 01:53:52 -0500
commit59a0c17c54b2136946a43b012380f926d9d9e7f3 (patch)
tree0d290cbcc650a79c2f8f5b20da3d02bc94bc7e4c /install/static/associate.js
parent828f87e4a6996c0509e7ea65fd6d090bc6ee90b8 (diff)
downloadfreeipa.git-59a0c17c54b2136946a43b012380f926d9d9e7f3.tar.gz
freeipa.git-59a0c17c54b2136946a43b012380f926d9d9e7f3.tar.xz
freeipa.git-59a0c17c54b2136946a43b012380f926d9d9e7f3.zip
super to superior
Diffstat (limited to 'install/static/associate.js')
-rw-r--r--install/static/associate.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/static/associate.js b/install/static/associate.js
index ef3a72c1..eda85dc8 100644
--- a/install/static/associate.js
+++ b/install/static/associate.js
@@ -243,8 +243,8 @@ function ipa_association_widget(spec) {
that.other_entity = spec.other_entity;
- that.super_create = that.super('create');
- that.super_setup = that.super('setup');
+ that.superior_create = that.superior('create');
+ that.superior_setup = that.superior('setup');
that.create = function(container) {
@@ -256,7 +256,7 @@ function ipa_association_widget(spec) {
'primary_key': true
});
- that.super_create(container);
+ that.superior_create(container);
var div = $('#'+that.id, container);
var buttons = $('span[name=buttons]', div);
@@ -276,7 +276,7 @@ function ipa_association_widget(spec) {
that.setup = function(container) {
- that.super_setup(container);
+ that.superior_setup(container);
var entity = IPA.get_entity(that.entity_name);
var association = entity.get_association(that.other_entity);