mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 02:57:30 +01:00
s
This commit is contained in:
@@ -100,6 +100,8 @@ function showCategory(category) {
|
||||
{ title: "Haribo Kikkers", imageSrc: "media/kikkertjes.png", price: 2.50 },
|
||||
{ title: "Haribo Bananen", imageSrc: "media/bananas.png", price: 2.50 },
|
||||
{ title: "Haribo Goudberen", imageSrc: "media/Goudberen.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 zout", imageSrc: "https://www.sligro.nl/image-service/_jcr_content.product.08713276292032.image/1/large.jpeg", price: 2.50 }
|
||||
];
|
||||
} else if (category === 'Overige') {
|
||||
items = [
|
||||
@@ -258,6 +260,10 @@ function getDescription(title) {
|
||||
return "bluh";
|
||||
} if (title === "Haribo Bananen") {
|
||||
return "bluh";
|
||||
} if (title === "Popcorn zoet") {
|
||||
return "bluh";
|
||||
} if (title === "Popcorn zout") {
|
||||
return "bluh";
|
||||
|
||||
}
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user