summaryrefslogtreecommitdiffstats
path: root/install/ui/dns.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-09-13 11:23:35 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-01-07 10:53:58 +0100
commitc23dd23219d224de8844df07f7cf6564f8abc98f (patch)
treea428cb0b501308ac5c2e0dea4ee074c0bd0601f5 /install/ui/dns.js
parent16663cb215fad4e20169a97231d94d3ee9c21adf (diff)
downloadfreeipa.git-c23dd23219d224de8844df07f7cf6564f8abc98f.tar.gz
freeipa.git-c23dd23219d224de8844df07f7cf6564f8abc98f.tar.xz
freeipa.git-c23dd23219d224de8844df07f7cf6564f8abc98f.zip
Make confirm_dialog a base class for deleter dialog
https://fedorahosted.org/freeipa/ticket/3035
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 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();
}
);
};