From 9f370aa893a120c5a5a58bcfc53d465d18b3e8a7 Mon Sep 17 00:00:00 2001 From: somebody Date: Wed, 7 Sep 2022 16:48:42 -0500 Subject: [PATCH] Remove unused variable --- static/koboldai.js | 1 - 1 file changed, 1 deletion(-) 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) {