mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix identifier typo in UI
Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Serhii Tsymbaliuk <stsymbal@redhat.com>
This commit is contained in:
parent
0659ed3502
commit
4460cc5e9f
@ -2103,7 +2103,7 @@ IPA.option_widget_base = function(spec, that) {
|
||||
var enabled = that.enabled && option.enabled;
|
||||
|
||||
var opt_cont = construct.create('span', {
|
||||
"class": that.intput_type + '-cnt'
|
||||
"class": that.input_type + '-cnt'
|
||||
});
|
||||
|
||||
option.input_node = construct.create('input', {
|
||||
|
Loading…
Reference in New Issue
Block a user