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
blink hotfix
This commit is contained in:
@@ -67,7 +67,7 @@ $(document).ready(function() {
|
|||||||
chatButton.click(function() {
|
chatButton.click(function() {
|
||||||
chatMessageCount = 0;
|
chatMessageCount = 0;
|
||||||
chatMessagesCount.text(chatMessageCount);
|
chatMessagesCount.text(chatMessageCount);
|
||||||
chatButton.removeClass('bg-color-4').addClass('bg-color-2');
|
chatButton.removeClass('blink').addClass('bg-color-2');
|
||||||
chatSendInput.focus();
|
chatSendInput.focus();
|
||||||
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user