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