mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 02:57:30 +01:00
fg
This commit is contained in:
@@ -179,7 +179,7 @@ function showItemDetails(item) {
|
||||
function getDescription(title) {
|
||||
|
||||
// Broodjes beschrijvingen
|
||||
if (title === "Broodje Gezond") {
|
||||
} if (title === "Broodje Gezond") {
|
||||
return "Op dit broodje zit kaas, veldsla, komkommer, tomaat, ei, ham en/of kip en bufkes saus.";
|
||||
} else if (title === "Bagel") {
|
||||
return "Doughnut brood met spek, ei en kaas";
|
||||
@@ -337,7 +337,6 @@ function getDescription(title) {
|
||||
return "Bekers die je kunt hervullen en daarna weg kan gooien";
|
||||
} if (title === "Rietjes") {
|
||||
return "Plastice rietjes";
|
||||
|
||||
}
|
||||
// Functie om een item aan het winkelwagentje toe te voegen
|
||||
function addToCart(item) {
|
||||
|
||||
Reference in New Issue
Block a user