[TASK] basic styling logbook and stats
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user