mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
removed eventhandler Neither button nor function exists
This commit is contained in:
@@ -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 + ')';
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user