summaryrefslogtreecommitdiffstats
path: root/install/ui/sudo.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/sudo.js')
-rw-r--r--install/ui/sudo.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/sudo.js b/install/ui/sudo.js
index eb356990..2266bb8c 100644
--- a/install/ui/sudo.js
+++ b/install/ui/sudo.js
@@ -628,11 +628,11 @@ IPA.sudorule_details_facet = function(spec) {
options.facet = that;
};
- that.on_update_success = function(data, text_status, xhr) {
+ that.update_on_success = function(data, text_status, xhr) {
that.refresh();
};
- that.on_update_error = function(xhr, text_status, error_thrown) {
+ that.update_on_error = function(xhr, text_status, error_thrown) {
that.refresh();
};