From c8171a948770a64288a1344a95a02728a2dc70d4 Mon Sep 17 00:00:00 2001 From: Dylanomz <527457@vistacollege.nl> Date: Tue, 25 Feb 2025 11:11:03 +0100 Subject: [PATCH] Update script.js --- website/script.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/website/script.js b/website/script.js index e5e785c..f11009a 100644 --- a/website/script.js +++ b/website/script.js @@ -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";