summaryrefslogtreecommitdiffstats
path: root/install/static/add.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/add.js')
-rw-r--r--install/static/add.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/static/add.js b/install/static/add.js
index d587b80d9..f2eebb8ac 100644
--- a/install/static/add.js
+++ b/install/static/add.js
@@ -84,6 +84,8 @@ function ipa_add_dialog(spec) {
that.add_button('Cancel', function() {
that.close();
});
+
+ that.dialog_init();
};
that.add = function(record, on_success, on_error) {
@@ -109,7 +111,6 @@ function ipa_add_dialog(spec) {
ipa_cmd('add', args, options, on_success, on_error, that.entity_name);
};
- that.superior_init = that.superior('init');
that.add_dialog_init = that.init;
return that;