Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- 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())
|