diff --git a/website/script.js b/website/script.js index 8440d66..5c3b0a1 100644 --- a/website/script.js +++ b/website/script.js @@ -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 "";