geethareddy commited on
Commit
a617dc7
·
verified ·
1 Parent(s): 9c2f595

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. 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) {