mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 16:59:15 +02:00
chat bubble hotfix
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ $(document).ready(function() {
|
|||||||
$('.chatbutton').click(function() {
|
$('.chatbutton').click(function() {
|
||||||
$('#chat-chatbox').scrollTop($('#chat-chatbox')[0].scrollHeight);
|
$('#chat-chatbox').scrollTop($('#chat-chatbox')[0].scrollHeight);
|
||||||
chatMessageCount = 0;
|
chatMessageCount = 0;
|
||||||
$('#chat-messages-count').text(chatMessageCount);
|
$('.chat-messages-count').text(chatMessageCount);
|
||||||
$('.chatbutton').removeClass('bg-color-4').addClass('bg-color-2');
|
$('.chatbutton').removeClass('bg-color-4').addClass('bg-color-2');
|
||||||
$('#chat-send-message').focus();
|
$('#chat-send-message').focus();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user