From 5c0e978c9318aeb3f7bbd45f1e7f5d12076ca89e Mon Sep 17 00:00:00 2001 From: rirat-0 Date: Wed, 17 Jun 2026 19:38:00 +0200 Subject: [PATCH] Debugging 7 --- js/filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/filter.js b/js/filter.js index 93257c6..1b78f3b 100644 --- a/js/filter.js +++ b/js/filter.js @@ -18,7 +18,7 @@ function initFilter() { console.log(`Prüfe Artikel "${articleTitle}": Karte hat '${cardCategory}' vs Dropdown '${selectedCategory}'`); if (selectedCategory === 'all' || cardCategory === selectedCategory) { - card.style.style.display = 'flex'; + card.style.display = 'flex'; console.log("-> TREFFER (wird angezeigt)"); } else { card.style.display = 'none';