From fb800d4b717d19f86ddfdffd91d1052e3ca7cca3 Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Wed, 12 Feb 2025 09:05:19 +0100 Subject: [PATCH 1/2] Fix description for Broodje gezond in script.js --- website/script.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/script.js b/website/script.js index 7ef949f..d7dc5f2 100644 --- a/website/script.js +++ b/website/script.js @@ -8,11 +8,7 @@ if (item === 'Broodjes') { title = "Broodje gezond"; image = "https://thumbs.dreamstime.com/b/submarine-sandwich-ham-cheese-clipping-path-egg-tomato-cucumber-lettuce-white-48580716.jpg"; -<<<<<<< HEAD - description = "Broodje met ei en sla etc."; -======= description = "Op dit broodje zit kaas, veldsla, komkommer, tomaat, ei, ham en/of kip en bufkes saus."; ->>>>>>> bda82ef0d4d11b78aa9db5dc697e762108776f4a } else if (item === 'drinks') { title = "Spa water"; image = "https://m.media-amazon.com/images/I/71VrczELeaL._AC_SY741_.jpg"; From 1158553e89c8f58d20cefcd42a87ee640ac92fca Mon Sep 17 00:00:00 2001 From: vista-man <524715@vistacollege.nl> Date: Wed, 12 Feb 2025 09:07:50 +0100 Subject: [PATCH 2/2] Update item condition from 'ijsjes' to 'Snacks' in script.js --- website/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/script.js b/website/script.js index d7dc5f2..e1db274 100644 --- a/website/script.js +++ b/website/script.js @@ -13,7 +13,7 @@ title = "Spa water"; image = "https://m.media-amazon.com/images/I/71VrczELeaL._AC_SY741_.jpg"; description = "Koude verfrissende watuuur etc."; - } else if (item === 'ijsjes') { + } else if (item === 'Snacks') { title = "Frikandel"; image = "https://boshuis.huisjebezorgd.nl/wp-content/uploads/2020/03/29512948_652505005141152_1601506864166600704_o.jpg"; description = "vlees etc.";