From f4e2825730a1c90b4da6c4e3418ee0baa04894d8 Mon Sep 17 00:00:00 2001 From: int2001 Date: Wed, 4 Oct 2023 08:28:45 +0000 Subject: [PATCH] removed eventhandler Neither button nor function exists --- assets/js/winkey.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/winkey.js b/assets/js/winkey.js index 8c41fb4a..c6195fe9 100644 --- a/assets/js/winkey.js +++ b/assets/js/winkey.js @@ -71,7 +71,7 @@ let statusBar = document.getElementById("statusBar"); //Couple the elements to the Events connectButton.addEventListener("click", clickConnect) sendButton.addEventListener("click", clickSend) -statusButton.addEventListener("click", clickStatus) +// statusButton.addEventListener("click", clickStatus) //When the connectButton is pressed async function clickConnect() { @@ -310,4 +310,4 @@ function getMacros() { const morsekey_func5_Button = document.getElementById('morsekey_func5'); morsekey_func5_Button.textContent = 'F5 (' + function5Name + ')'; }); -} \ No newline at end of file +}