shx-3d-render

main
Jan Umbach 2024-06-24 21:04:50 +02:00
parent ca1a22897e
commit 2b33775412
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@
this.invisibleProductID.type = 'input'; this.invisibleProductID.type = 'input';
this.invisibleProductID.classList.add('invisibleInput'); this.invisibleProductID.classList.add('invisibleInput');
this.invisibleProductID.setAttribute('form', 'product-form-' + this.section_id); this.invisibleProductID.setAttribute('form', 'product-form-' + this.section_id);
this.invisibleProductID.name = 'properties[Checkbox]'; this.invisibleProductID.name = 'properties[ID]';
this.invisibleProductID.required = false; this.invisibleProductID.required = false;
this.invisibleProductID.value = this.currentVariant; this.invisibleProductID.value = this.currentVariant;
this.invisibleProductID.addEventListener('input', (event) => { this.invisibleProductID.addEventListener('input', (event) => {