removed eventhandler Neither button nor function exists

pull/2540/head
int2001 2023-10-04 08:28:45 +00:00
rodzic ccf3942f44
commit f4e2825730
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DFB1C13CD2DB037B
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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