diff options
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r-- | install/ui/widget.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js index 2f12ad84..8d2239d8 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -1903,12 +1903,10 @@ IPA.attribute_table_widget = function(spec) { function(data, text_status, xhr) { var handler = that.on_remove || that.on_command_success; handler.call(this, data, text_status, xhr); - dialog.close(); }, function(xhr, text_status, error_thrown) { var handler = that.on_remove_error || that.on_command_error; handler.call(this, xhr, text_status, error_thrown); - dialog.close(); } ); command.execute(); |