summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/sudo.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/sudo.js')
-rw-r--r--install/ui/src/freeipa/sudo.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/src/freeipa/sudo.js b/install/ui/src/freeipa/sudo.js
index aa2597be1..e50615bd7 100644
--- a/install/ui/src/freeipa/sudo.js
+++ b/install/ui/src/freeipa/sudo.js
@@ -768,7 +768,7 @@ IPA.sudo.options_section = function(spec) {
dialog.callback = function() {
that.show_add_dialog();
};
- dialog.open(that.container);
+ dialog.open();
} else {
that.show_add_dialog();
@@ -784,7 +784,7 @@ IPA.sudo.options_section = function(spec) {
dialog.callback = function() {
that.show_remove_dialog();
};
- dialog.open(that.container);
+ dialog.open();
} else {
that.show_remove_dialog();
@@ -852,7 +852,7 @@ IPA.sudo.options_section = function(spec) {
}
});
- dialog.open(that.container);
+ dialog.open();
};
that.show_remove_dialog = function() {
@@ -919,7 +919,7 @@ IPA.sudo.options_section = function(spec) {
batch.execute();
};
- dialog.open(that.container);
+ dialog.open();
};
that.reload = function() {