chore: only query on search
This commit is contained in:
parent
0ac1a28c42
commit
5c172e0694
3 changed files with 3 additions and 5 deletions
|
@ -194,8 +194,6 @@ window.addEventListener('load', () => {
|
|||
}
|
||||
}
|
||||
|
||||
loadSearchIndex().then(loadedResultsById => resultsById = loadedResultsById)
|
||||
|
||||
const getSelectedTypes = () =>
|
||||
Array.from($typeCheckboxes)
|
||||
.filter(checkbox => checkbox.checked)
|
||||
|
|
Reference in a new issue