summaryrefslogtreecommitdiffstats
path: root/install/ui/dialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/dialog.js')
-rw-r--r--install/ui/dialog.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/dialog.js b/install/ui/dialog.js
index ff64b37c..73c9b6cc 100644
--- a/install/ui/dialog.js
+++ b/install/ui/dialog.js
@@ -284,6 +284,7 @@ IPA.dialog = function(spec) {
that.dialog_close = that.close;
that.dialog_save = that.save;
that.dialog_reset = that.reset;
+ that.dialog_validate = that.validate;
return that;
};