From f0eda2ba0b65e617792eeafefc198b3e4213af68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Farka=C5=A1?= Date: Thu, 16 Jan 2025 23:32:52 +0100 Subject: [PATCH] blink hotfix --- web/js/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/chat.js b/web/js/chat.js index 3243698..9c9bdbc 100644 --- a/web/js/chat.js +++ b/web/js/chat.js @@ -67,7 +67,7 @@ $(document).ready(function() { chatButton.click(function() { chatMessageCount = 0; chatMessagesCount.text(chatMessageCount); - chatButton.removeClass('bg-color-4').addClass('bg-color-2'); + chatButton.removeClass('blink').addClass('bg-color-2'); chatSendInput.focus(); setTimeout(function() {