summaryrefslogtreecommitdiffstats
path: root/install/ui/dns.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/dns.js')
-rw-r--r--install/ui/dns.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/ui/dns.js b/install/ui/dns.js
index fd6127d34..fceb3e74f 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();
}
);
};