mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
hhh
This commit is contained in:
BIN
website/media/Rolletje.png
Normal file
BIN
website/media/Rolletje.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
@@ -105,7 +105,8 @@ function showCategory(category) {
|
|||||||
{ title: "Haribo Tangfastics", imageSrc: "media/tangfastics.png", price: 2.50 },
|
{ title: "Haribo Tangfastics", imageSrc: "media/tangfastics.png", price: 2.50 },
|
||||||
{ title: "Haribo Kersen", imageSrc: "media/Kersen.png", price: 2.50 },
|
{ title: "Haribo Kersen", imageSrc: "media/Kersen.png", price: 2.50 },
|
||||||
{ title: "Popcorn zoet", imageSrc: "https://th.bing.com/th/id/OIP.6We0JA1TcUt_QOqMcMZsPwAAAA?rs=1&pid=ImgDetMain", price: 2.50 },
|
{ title: "Popcorn zoet", imageSrc: "https://th.bing.com/th/id/OIP.6We0JA1TcUt_QOqMcMZsPwAAAA?rs=1&pid=ImgDetMain", price: 2.50 },
|
||||||
{ title: "Popcorn zout", imageSrc: "https://www.sligro.nl/image-service/_jcr_content.product.08713276292032.image/1/large.jpeg", price: 2.50 }
|
{ title: "Popcorn zout", imageSrc: "https://www.sligro.nl/image-service/_jcr_content.product.08713276292032.image/1/large.jpeg", price: 2.50 },
|
||||||
|
{ title: "Haribo Rolletje", imageSrc: "media/rolletje.png", price: 1.00 },
|
||||||
];
|
];
|
||||||
} else if (category === 'Overige') {
|
} else if (category === 'Overige') {
|
||||||
items = [
|
items = [
|
||||||
@@ -272,6 +273,8 @@ function getDescription(title) {
|
|||||||
return "Een mixzakje met 75g zure snoepjes.";
|
return "Een mixzakje met 75g zure snoepjes.";
|
||||||
} if (title === "Haribo Kersen") {
|
} if (title === "Haribo Kersen") {
|
||||||
return "Een zakje met 75g kersjes.";
|
return "Een zakje met 75g kersjes.";
|
||||||
|
} if (title === "Haribo Rolletje") {
|
||||||
|
return "Een rolletje met snoepjes.";
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user