Fix crash on host deleletion

https://fedorahosted.org/freeipa/ticket/3235
This commit is contained in:
Petr Vobornik
2013-04-30 17:56:47 +02:00
parent 57c504a5b9
commit c7bd6de9be

View File

@@ -468,7 +468,7 @@ IPA.host_deleter_dialog = function(spec) {
var metadata = IPA.get_command_option('host_del', 'updatedns');
that.updatedns = $('<input/>', {
$type: 'checkbox',
type: 'checkbox',
name: 'updatedns',
title: metadata.doc
}).appendTo(that.container);