mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Remove unused variable
This commit is contained in:
@@ -3497,7 +3497,6 @@ $(document).ready(function(){
|
|||||||
const finderContainer = document.getElementById("finder-container");
|
const finderContainer = document.getElementById("finder-container");
|
||||||
const finderInput = document.getElementById("finder-input");
|
const finderInput = document.getElementById("finder-input");
|
||||||
const finder = document.getElementById("finder");
|
const finder = document.getElementById("finder");
|
||||||
let lastInput;
|
|
||||||
|
|
||||||
finderInput.addEventListener("keyup", updateSearchListings);
|
finderInput.addEventListener("keyup", updateSearchListings);
|
||||||
finderInput.addEventListener("keydown", function(event) {
|
finderInput.addEventListener("keydown", function(event) {
|
||||||
|
Reference in New Issue
Block a user