shx-3d-render
parent
0b53da12e9
commit
02f7c4d63b
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue