mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
onclick
This commit is contained in:
parent
6f93ac6db0
commit
af6ba5f547
2 changed files with 1 additions and 2 deletions
|
|
@ -522,7 +522,7 @@
|
|||
<div class="card-body">
|
||||
<button id="connectButton" class="btn btn-warning">Connect</button> <span id="statusBar"></span><br>
|
||||
<input id="sendText" type="text"><input id="sendButton" type="button" value="Send" class="btn btn-success">
|
||||
<button id="cwfunc1Button" class="btn btn-warning">CQ</button>
|
||||
<button onclick="morsekey_func1()" class="btn btn-warning">CQ</button>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ connectButton.addEventListener("click", clickConnect)
|
|||
sendButton.addEventListener("click", clickSend)
|
||||
helpButton.addEventListener("click", clickHelp)
|
||||
statusButton.addEventListener("click", clickStatus)
|
||||
cwfunc1Button.addEventListener("click", morsekey_func1)
|
||||
|
||||
//When the connectButton is pressed
|
||||
async function clickConnect() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue