Spaces:
Build error
Build error
Update static/script.js
Browse files- 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() {
|