nagasurendra commited on
Commit
f10b700
·
verified ·
1 Parent(s): 7335eaa

Update templates/combined_summary.html

Browse files
Files changed (1) hide show
  1. templates/combined_summary.html +0 -1
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');