diff options
Diffstat (limited to 'install/ui/hbac.js')
-rw-r--r-- | install/ui/hbac.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/hbac.js b/install/ui/hbac.js index 3346d0b01..d26b894b4 100644 --- a/install/ui/hbac.js +++ b/install/ui/hbac.js @@ -513,11 +513,11 @@ IPA.hbacrule_details_facet = function(spec) { var that = IPA.details_facet(spec); - 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(); }; |