chore: search cleanup

This commit is contained in:
Cory Dransfeldt 2024-10-19 21:32:21 -07:00
parent 2f9534562a
commit 839bb9a808
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -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");