v1.2.3: Fix Connect button not working (missing updateSendButton function declaration)

This commit is contained in:
admin
2026-05-19 16:05:14 +04:00
Unverified
parent 4a45fbb5f9
commit 6b2a68be6a
8 changed files with 918 additions and 699 deletions

View File

@@ -675,6 +675,8 @@
}
});
}
function updateSendButton() {
var input = $('#message-input');
var sendBtn = $('#send-btn');
var stopBtn = $('#stop-btn');