Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -546,7 +546,7 @@ form-check-input addon-option{
|
|
546 |
modalSectionEl.setAttribute('data-category', selectedCategory);
|
547 |
// Set the default quantity to 1
|
548 |
document.getElementById('quantityInput').value = 1;
|
549 |
-
|
550 |
|
551 |
// Fetch customization options based on the section
|
552 |
fetch(`/api/addons?item_name=${encodeURIComponent(name)}&item_section=${encodeURIComponent(section)}`)
|
|
|
546 |
modalSectionEl.setAttribute('data-category', selectedCategory);
|
547 |
// Set the default quantity to 1
|
548 |
document.getElementById('quantityInput').value = 1;
|
549 |
+
|
550 |
|
551 |
// Fetch customization options based on the section
|
552 |
fetch(`/api/addons?item_name=${encodeURIComponent(name)}&item_section=${encodeURIComponent(section)}`)
|