feat: show dished

This commit is contained in:
2023-12-24 23:10:37 +08:00
parent e8cf6f9744
commit 3fa9f99fce

View File

@@ -159,11 +159,11 @@ document.addEventListener("DOMContentLoaded", function() {
showElement("#dialogueBox img"); showElement("#dialogueBox img");
// Show all dishes // Show all dishes
showElement('#champagne img'); showElement('#burger img');
showElement('#cheese img'); showElement('#hot_dog img');
showElement('#crepe img'); showElement('#apple_pie img');
showElement('#foie-gras img'); showElement('#fried_chicken img');
showElement('#onion-soup img'); showElement('#pancakes img');
// Show a random customer // Show a random customer
showElement(customers[RandomCustomerIndex][0]); showElement(customers[RandomCustomerIndex][0]);