This commit is contained in:
vista-man
2025-02-13 11:38:45 +01:00
parent 2f825ddcf9
commit 9350634b4c
5 changed files with 68 additions and 7 deletions

View File

@@ -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