mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
k
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<div class="menu-item" onclick="showCategory('Koude-Dranken')" data-translate="Koude Dranken">Koude Dranken</div>
|
||||
<div class="menu-item" onclick="showCategory('Warme-Dranken')" data-translate="Warme Dranken">Warme Dranken</div>
|
||||
<div class="menu-item" onclick="showCategory('Snacks')" data-translate="Snacks">Snacks</div>
|
||||
<div class="menu-item" onclick="showCategory('deserts')" data-translate="deserts">Ijsjes</div>
|
||||
<div class="menu-item" onclick="showCategory('Desserts')" data-translate="Desserts">Desserts</div>
|
||||
<div class="menu-item" onclick="showCategory('Deals')" data-translate="Deals">Deals</div>
|
||||
<div class="menu-item" onclick="showCategory('Soepen')" data-translate="Soepen">Soepen</div>
|
||||
<div class="menu-item" onclick="showCategory('Salades')" data-translate="Salades">Salades</div>
|
||||
|
||||
@@ -49,7 +49,7 @@ function showCategory(category) {
|
||||
{ title: "Friet", imageSrc: "media/friet.png", price: 4.00 },
|
||||
{ title: "Kipnuggets", imageSrc: "media/kipnuggets.png", price: 2.50 },
|
||||
];
|
||||
} else if (category === 'deserts') {
|
||||
} else if (category === 'Desserts') {
|
||||
items = [
|
||||
{ title: "Ijsjes", imageSrc: "media/Ijs.png", price: 2.30 },
|
||||
{ title: "Sorbet", imageSrc: "media/sorbet.webp", price: 3.20 },
|
||||
@@ -85,7 +85,7 @@ function showCategory(category) {
|
||||
];
|
||||
} else if (category === 'Yoghert') {
|
||||
items = [
|
||||
{ title: "Aardbij yoghurt", imageSrc: "media/aardbij-yoghurt.png", price: 5.10 },
|
||||
{ title: "Aardbij yoghert", imageSrc: "media/aardbij-yoghurt.png", price: 5.10 },
|
||||
];
|
||||
} else if (category === 'Snoep') {
|
||||
items = [
|
||||
@@ -213,10 +213,12 @@ function getDescription(title) {
|
||||
} if (title === "Ketchup") {
|
||||
return "bluh";
|
||||
|
||||
} if (title === "Aardbij Yoghert") {
|
||||
return "bluh";
|
||||
} if (title === "Aardbij yoghert") {
|
||||
return "bluhllllllllllllllllllllll";
|
||||
|
||||
} if (title === "Snoep") {
|
||||
} if (title === "Haribo starmix") {
|
||||
return "bluh";
|
||||
} if (title === "Haribo Kikkers") {
|
||||
return "bluh";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user