diff --git a/static/koboldai.js b/static/koboldai.js index fb44e69e..28098d0d 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -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) {