mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
shdf
This commit is contained in:
@@ -38,16 +38,16 @@
|
||||
// Afhankelijk van het geselecteerde item, pas de details aan
|
||||
if (item === 'Broodjes') {
|
||||
title = "Broodje gezond";
|
||||
image = "https://bakkerboudewijn.weebly.com/uploads/4/9/4/1/49414173/s264753192480643130_p1_i1_w640.jpeg";
|
||||
description = "Broodje met ei en sla enz.";
|
||||
image = "https://bakkerboudewijn.weebly.com/images/4/9/4/1/49414173/s264753192480643130_p1_i1_w640.jpeg";
|
||||
description = "Broodje met ei en sla ectr.";
|
||||
} else if (item === 'drinks') {
|
||||
title = "Spa water";
|
||||
image = "https://m.media-amazon.com/images/I/71VrczELeaL._AC_SY741_.jpg";
|
||||
description = "Koude verfrissende watuuur.";
|
||||
description = "Koude verfrissende watuuur ectr.";
|
||||
} else if (item === 'Snacks') {
|
||||
title = "Frikandel";
|
||||
image = "https://boshuis.huisjebezorgd.nl/wp-content/uploads/2020/03/29512948_652505005141152_1601506864166600704_o.jpg";
|
||||
description = "Paarden lul.";
|
||||
image = "https://boshuis.huisjebezorgd.nl/wp-content/images/2020/03/29512948_652505005141152_1601506864166600704_o.jpg";
|
||||
description = "vlees ectr.";
|
||||
}
|
||||
|
||||
// Toon de details aan de rechterkant
|
||||
|
||||
Reference in New Issue
Block a user