mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-29 01:05:33 +00:00
Filter Algo Fehler Fix
This commit is contained in:
@@ -141,8 +141,8 @@
|
||||
} else {
|
||||
found = findWord( term, dictionary );
|
||||
}
|
||||
$("#list .category").hide();
|
||||
for (let item of dictionary) {
|
||||
$(item.category).hide();
|
||||
if (found.indexOf(item) !== -1) {
|
||||
$(item.category).addClass("search-expanded").show();
|
||||
$(item.element).show();
|
||||
|
||||
Reference in New Issue
Block a user