From c23dd23219d224de8844df07f7cf6564f8abc98f Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 13 Sep 2012 11:23:35 +0200 Subject: Make confirm_dialog a base class for deleter dialog https://fedorahosted.org/freeipa/ticket/3035 --- install/ui/dns.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'install/ui/dns.js') diff --git a/install/ui/dns.js b/install/ui/dns.js index fd6127d3..fceb3e74 100644 --- a/install/ui/dns.js +++ b/install/ui/dns.js @@ -1816,13 +1816,11 @@ IPA.dns.record_type_table_widget = function(spec) { that.idnsname[0], function(data) { that.reload_facet(data); - dialog.close(); that.notify_facet_update(); that.facet.nofify_update_success(); }, function() { that.refresh_facet(); - dialog.close(); } ); }; -- cgit