mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
Merge branch 'main' of https://github.com/Alvin-Zilverstand/Schoolkantine
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="nl">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|||||||
@@ -258,8 +258,16 @@ function getDescription(title) {
|
|||||||
// Sauzen beschrijving
|
// Sauzen beschrijving
|
||||||
} if (title === "Ketchup") {
|
} if (title === "Ketchup") {
|
||||||
return "";
|
return "";
|
||||||
|
} if (title === "Mayonaise") {
|
||||||
} if (title === "Aardbij yoghurt") {
|
return "";
|
||||||
|
} if (title === "Mosterd") {
|
||||||
|
return "";
|
||||||
|
} if (title === "Sweet Chili") {
|
||||||
|
return "";
|
||||||
|
} if (title === "Curry saus") {
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
if (title === "Aardbij yoghurt") {
|
||||||
return "Yoghurt met aardbei";
|
return "Yoghurt met aardbei";
|
||||||
|
|
||||||
} if (title === "Haribo starmix") {
|
} if (title === "Haribo starmix") {
|
||||||
|
|||||||
Reference in New Issue
Block a user