Update templates/menu.html
Browse files- templates/menu.html +2 -1
templates/menu.html
CHANGED
@@ -594,7 +594,8 @@ form-check-input addon-option{
|
|
594 |
|
595 |
<!-- JavaScript -->
|
596 |
<script>
|
597 |
-
|
|
|
598 |
// Show item details and fetch customization options
|
599 |
function showItemDetails(name, price, image, description, section, selectedCategory) {
|
600 |
console.log(`Showing details for: ${name}`);
|
|
|
594 |
|
595 |
<!-- JavaScript -->
|
596 |
<script>
|
597 |
+
window.most_common_addons = {{ most_common_addons | tojson }};
|
598 |
+
console.log("Most common add-ons: ", window.most_common_addons);
|
599 |
// Show item details and fetch customization options
|
600 |
function showItemDetails(name, price, image, description, section, selectedCategory) {
|
601 |
console.log(`Showing details for: ${name}`);
|