Fixes in formsutils
This commit is contained in:
parent
b09af4d2f6
commit
95ae3c3abe
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ function fillI18nForm(name_form, i18n_object) {
|
||||||
|
|
||||||
const [key, value] = entry;
|
const [key, value] = entry;
|
||||||
|
|
||||||
//$('#'+name_form+'_form_'+key+'_form').val(value);
|
$('#'+name_form+'_form_'+key+'_form').val(value);
|
||||||
document.getElementById(name_form+'_form_'+key+'_form').value=value;
|
//document.getElementById(name_form+'_form_'+key+'_form').value=value;
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue