Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -795,7 +795,7 @@ form-check-input addon-option{
|
|
795 |
// Handle checkbox selection logic
|
796 |
function handleAddonClick(checkbox) {
|
797 |
const groupName = checkbox.getAttribute('data-group');
|
798 |
-
const isMultiSelectGroup = ["Extra Toppings", "Choose Raita/Sides","Select Dip/Sauce","Extra Add-ons","Make it a Combo"].includes(groupName);
|
799 |
|
800 |
// If it's not multi-select, uncheck all other checkboxes in the same group
|
801 |
if (!isMultiSelectGroup) {
|
|
|
795 |
// Handle checkbox selection logic
|
796 |
function handleAddonClick(checkbox) {
|
797 |
const groupName = checkbox.getAttribute('data-group');
|
798 |
+
const isMultiSelectGroup = ["Extra Toppings", "Choose Raita/Sides","Select Dip/Sauce","Extra Add-ons","Make it a Combo", "Beverages"].includes(groupName);
|
799 |
|
800 |
// If it's not multi-select, uncheck all other checkboxes in the same group
|
801 |
if (!isMultiSelectGroup) {
|