[TASK] basic styling logbook and stats

This commit is contained in:
Marie Birner
2023-09-27 15:36:07 +02:00
committed by philipp
parent 46d50668ee
commit c69289504b
5 changed files with 85 additions and 80 deletions

View File

@ -297,7 +297,7 @@ function initSearch() {
}
function filterElements(input: string) {
const elements = document.querySelectorAll('form[data-filterable="true"]');
const elements = document.querySelectorAll('div[data-filterable="true"]');
let resultWrapper = <HTMLElement>document.querySelector('#filter-result-js'),
amountShownElements = 0;