chore: search cleanup
This commit is contained in:
parent
2f9534562a
commit
839bb9a808
3 changed files with 4 additions and 3 deletions
|
@ -23,6 +23,7 @@ window.addEventListener("load", () => {
|
|||
});
|
||||
|
||||
const $form = document.querySelector(".search__form");
|
||||
const $fallback = document.querySelector(".search__form--fallback");
|
||||
const $input = document.querySelector(".search__form--input");
|
||||
const $results = document.querySelector(".search__results");
|
||||
const $loadMoreButton = document.querySelector(".search__load-more");
|
||||
|
|
Reference in a new issue