summaryrefslogtreecommitdiffstats
path: root/install/ui/add.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/add.js')
-rw-r--r--install/ui/add.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/add.js b/install/ui/add.js
index fd99b02c5..65b7711e2 100644
--- a/install/ui/add.js
+++ b/install/ui/add.js
@@ -23,7 +23,7 @@
/* REQUIRES: ipa.js */
-IPA.add_dialog = function (spec) {
+IPA.entity_adder_dialog = function(spec) {
spec = spec || {};
@@ -192,7 +192,7 @@ IPA.add_dialog = function (spec) {
};
// methods that should be invoked by subclasses
- that.add_dialog_create = that.create;
+ that.entity_adder_dialog_create = that.create;
init();