From bad762712dd6896da7b34777d65620bb2da0d199 Mon Sep 17 00:00:00 2001
From: glax <glax@insipience.de>
Date: Thu, 31 Aug 2023 12:58:34 +0200
Subject: [PATCH] corrected variableName

---
 Website/interaction.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Website/interaction.js b/Website/interaction.js
index e6695db..d834a8a 100644
--- a/Website/interaction.js
+++ b/Website/interaction.js
@@ -47,7 +47,7 @@ const tagTasksQueued = document.querySelector("#tasksQueuedTag");
 const downloadTasksPopup = document.querySelector("#downloadTasksPopup");
 const downloadTasksOutput = downloadTasksPopup.querySelector("popup-content");
 
-searchbox.addEventListener("keyup", (event) => FilterResults());
+searchBox.addEventListener("keyup", () => FilterResults());
 settingsCog.addEventListener("click", () => OpenSettings());
 document.querySelector("#blurBackgroundSettingsPopup").addEventListener("click", () => settingsPopup.style.display = "none");
 document.querySelector("#blurBackgroundTaskPopup").addEventListener("click", () => selectPublicationPopup.style.display = "none");
@@ -77,7 +77,6 @@ searchPublicationQuery.addEventListener("keypress", (event) => {
 });
 
 
-let availableConnectors;
 GetAvailableControllers()
     .then(json => availableConnectors = json)
     .then(json =>