WIP: Anpassung der results seite und erstellung der script-datei #37

Draft
viratex wants to merge 24 commits from SuchergebnisseJS into dev
Showing only changes of commit 5c0e978c93 - Show all commits
+1 -1
View File
@@ -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';