shx-3d-render

main
Jan Umbach 2024-06-13 16:38:18 +02:00
parent 0b53da12e9
commit 02f7c4d63b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
}
};
let genTextInput(inputID, labelText, inputName, inputVal) {
function genTextInput(inputID, labelText, inputName, inputVal) {
return `
<label class="form__label custom" for="${inputID}-label">${labelText}</label>
<div class="field custom">