v1.2.3: Fix Connect button not working (missing updateSendButton function declaration)
This commit is contained in:
@@ -675,6 +675,8 @@
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function updateSendButton() {
|
||||
var input = $('#message-input');
|
||||
var sendBtn = $('#send-btn');
|
||||
var stopBtn = $('#stop-btn');
|
||||
|
||||
Reference in New Issue
Block a user