mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 11:07:40 +01:00
Update script.js
This commit is contained in:
@@ -119,8 +119,8 @@ function showCategory(category) {
|
||||
{ title: "Haribo Tangfastics", imageSrc: "media/tangfastics.png", price: 2.50 },
|
||||
{ title: "Haribo Kersen", imageSrc: "media/Kersen.png", price: 2.50 },
|
||||
{ title: "Haribo Rolletje", imageSrc: "media/rolletje.png", price: 1.00 },
|
||||
{ title: "Haribo Happy Cola", imageSrc: "media/happycola.png", price: 1.00 },
|
||||
{ title: "Haribo Pinballs", imageSrc: "media/pinballs.png", price: 1.00 },
|
||||
{ title: "Haribo Happy Cola", imageSrc: "media/happycola.png", price: 2.50 },
|
||||
{ title: "Haribo Pinballs", imageSrc: "media/pinballs.png", price: 2.50 },
|
||||
{ title: "Popcorn zoet", imageSrc: "https://th.bing.com/th/id/OIP.6We0JA1TcUt_QOqMcMZsPwAAAA?rs=1&pid=ImgDetMain", price: 2.20 },
|
||||
{ title: "Popcorn zout", imageSrc: "https://www.sligro.nl/image-service/_jcr_content.product.08713276292032.image/1/large.jpeg", price: 2.20 },
|
||||
];
|
||||
@@ -337,10 +337,15 @@ function getDescription(title) {
|
||||
return "Een zakje met 75g kersjes.";
|
||||
} if (title === "Haribo Rolletje") {
|
||||
return "Een rolletje met snoepjes.";
|
||||
} if (title === "Haribo Pinballs") {
|
||||
return "Een zakje met 75g balletjes.";
|
||||
} if (title === "Haribo Happy Cola") {
|
||||
return "Een zakje met 75g cola snoepjes.";
|
||||
}
|
||||
}
|
||||
{
|
||||
// overige beschrijing
|
||||
} if (title === "Bestek") {
|
||||
if (title === "Bestek") {
|
||||
return "Plastice vorken, messen en lepels ";
|
||||
} if (title === "Hervul baar bekers") {
|
||||
return "Bekers die je kunt hervullen en daarna weg kan gooien";
|
||||
|
||||
Reference in New Issue
Block a user