summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-30 17:56:47 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:31 +0200
commitc7bd6de9be0975a05914424c93abb512a0b694aa (patch)
tree9cf5fc4518a433d4071e1d7e174b8586d2906685
parent57c504a5b98eb95eead667d9760eaba3d4b35433 (diff)
downloadfreeipa-c7bd6de9be0975a05914424c93abb512a0b694aa.tar.gz
freeipa-c7bd6de9be0975a05914424c93abb512a0b694aa.tar.xz
freeipa-c7bd6de9be0975a05914424c93abb512a0b694aa.zip
Fix crash on host deleletion
https://fedorahosted.org/freeipa/ticket/3235
-rw-r--r--install/ui/src/freeipa/host.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/host.js b/install/ui/src/freeipa/host.js
index ac585d7f2..7e28149ba 100644
--- a/install/ui/src/freeipa/host.js
+++ b/install/ui/src/freeipa/host.js
@@ -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);