Swathi6 commited on
Commit
49f7def
·
verified ·
1 Parent(s): 455c3a7

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. 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
- document.getElementById('quantityInput').value = 2;
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)}`)