Remove unused variable

This commit is contained in:
somebody
2022-09-07 16:48:42 -05:00
parent e890b7e226
commit 9f370aa893

View File

@@ -3497,7 +3497,6 @@ $(document).ready(function(){
const finderContainer = document.getElementById("finder-container");
const finderInput = document.getElementById("finder-input");
const finder = document.getElementById("finder");
let lastInput;
finderInput.addEventListener("keyup", updateSearchListings);
finderInput.addEventListener("keydown", function(event) {