removed eventhandler Neither button nor function exists

这个提交包含在:
int2001 2023-10-04 08:28:45 +00:00
父节点 ccf3942f44
当前提交 f4e2825730
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -71,7 +71,7 @@ let statusBar = document.getElementById("statusBar");
//Couple the elements to the Events //Couple the elements to the Events
connectButton.addEventListener("click", clickConnect) connectButton.addEventListener("click", clickConnect)
sendButton.addEventListener("click", clickSend) sendButton.addEventListener("click", clickSend)
statusButton.addEventListener("click", clickStatus) // statusButton.addEventListener("click", clickStatus)
//When the connectButton is pressed //When the connectButton is pressed
async function clickConnect() { async function clickConnect() {