removed eventhandler Neither button nor function exists

This commit is contained in:
int2001
2023-10-04 08:28:45 +00:00
parent ccf3942f44
commit f4e2825730

View File

@@ -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 + ')';
});
}
}