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