nagasurendra commited on
Commit
a63ba39
·
verified ·
1 Parent(s): 9f10488

Update static/script.js

Browse files
Files changed (1) hide show
  1. static/script.js +1 -0
static/script.js CHANGED
@@ -179,6 +179,7 @@ function displayCustomizationIngredients(ingredients) {
179
  item.appendChild(button);
180
  ingredientsList.appendChild(item);
181
  });
 
182
 
183
  // Display the selected ingredients in a single line
184
  function displaySelectedCustomizationIngredients() {
 
179
  item.appendChild(button);
180
  ingredientsList.appendChild(item);
181
  });
182
+ }
183
 
184
  // Display the selected ingredients in a single line
185
  function displaySelectedCustomizationIngredients() {