mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 00:07:14 +00:00
removed eventhandler Neither button nor function exists
This commit is contained in:
parent
ccf3942f44
commit
f4e2825730
@ -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 + ')';
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user