nagasurendra commited on
Commit
851660c
·
verified ·
1 Parent(s): e1c68e6

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +0 -1
templates/menu.html CHANGED
@@ -215,7 +215,6 @@
215
  document.getElementById('modal-description').innerText = description || 'No description available.';
216
  document.getElementById('addons-list').innerHTML = 'Loading add-ons...';
217
  document.getElementById('modal-instructions').value = '';
218
- document.getElementById('modal-section').innerText = section || 'No section available'; // Show section
219
  // Fetch add-ons dynamically based on item Name
220
  fetch(`/api/addons?item_name=${encodeURIComponent(name)}`)
221
  .then(response => response.json())
 
215
  document.getElementById('modal-description').innerText = description || 'No description available.';
216
  document.getElementById('addons-list').innerHTML = 'Loading add-ons...';
217
  document.getElementById('modal-instructions').value = '';
 
218
  // Fetch add-ons dynamically based on item Name
219
  fetch(`/api/addons?item_name=${encodeURIComponent(name)}`)
220
  .then(response => response.json())