Update templates/combined_summary.html
Browse files
templates/combined_summary.html
CHANGED
@@ -207,7 +207,6 @@
|
|
207 |
</div>
|
208 |
|
209 |
<script>
|
210 |
-
// The ingredients data is dynamically inserted from the backend.
|
211 |
function showIngredientDetails(index) {
|
212 |
const ingredient = {{ item.ingredients }}[index]; // Dynamically fetch based on item
|
213 |
const modal = document.getElementById('ingredientModal');
|
|
|
207 |
</div>
|
208 |
|
209 |
<script>
|
|
|
210 |
function showIngredientDetails(index) {
|
211 |
const ingredient = {{ item.ingredients }}[index]; // Dynamically fetch based on item
|
212 |
const modal = document.getElementById('ingredientModal');
|