Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
|
@@ -585,7 +585,7 @@ form.text-center.mb-4 {
|
|
| 585 |
// Handle checkbox selection logic
|
| 586 |
function handleAddonClick(checkbox) {
|
| 587 |
const groupName = checkbox.getAttribute('data-group');
|
| 588 |
-
const isMultiSelectGroup = ["Extra Toppings", "Choose Raita/Sides"].includes(groupName);
|
| 589 |
|
| 590 |
// If it's not multi-select, uncheck all other checkboxes in the same group
|
| 591 |
if (!isMultiSelectGroup) {
|
|
|
|
| 585 |
// Handle checkbox selection logic
|
| 586 |
function handleAddonClick(checkbox) {
|
| 587 |
const groupName = checkbox.getAttribute('data-group');
|
| 588 |
+
const isMultiSelectGroup = ["Extra Toppings", "Choose Raita/Sides","Select Dip/Sauce","Extra Add-ons","Make it a Combo"].includes(groupName);
|
| 589 |
|
| 590 |
// If it's not multi-select, uncheck all other checkboxes in the same group
|
| 591 |
if (!isMultiSelectGroup) {
|