mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
Refactor variable name for image source in script.js
This commit is contained in:
@@ -23,11 +23,11 @@
|
||||
description = "Een lekker ijsje met vele smaken, zoals aardbei, vannille, chocolade, mint, bosbes en nog veel meer (alleen in de zomer!)";
|
||||
} else if (item === 'Placeholder1') {
|
||||
title = "Placeholder 1";
|
||||
image = "";
|
||||
imageSrc = "";
|
||||
description = "Beschrijving voor Placeholder 1.";
|
||||
} else if (item === 'Placeholder2') {
|
||||
title = "Placeholder 2";
|
||||
image = "";
|
||||
imageSrc = "";
|
||||
description = "Beschrijving voor Placeholder 2.";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user