mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
iets
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
// Functie om de productcategorie te tonen
|
||||
|
||||
function goToMainPage() {
|
||||
document.getElementById('welcome-page').style.display = 'none';
|
||||
document.getElementById('main-page').style.display = 'block';
|
||||
}
|
||||
|
||||
function showCategory(category) {
|
||||
const productDisplay = document.getElementById('product-display');
|
||||
productDisplay.innerHTML = ''; // Maak het display leeg voordat we nieuwe items toevoegen
|
||||
|
||||
Reference in New Issue
Block a user