mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added chatblink on message recieved
This commit is contained in:
@@ -28,6 +28,7 @@ var autoplay = true;
|
||||
var durationBegun = false;
|
||||
var chat_active = false;
|
||||
var chat_unseen = false;
|
||||
var blinking = false;
|
||||
|
||||
var result_html;
|
||||
var empty_results_html;
|
||||
@@ -329,6 +330,8 @@ $(document).on("click", ".chat-link", function(e){
|
||||
chat_active = true;
|
||||
unseen = false;
|
||||
chat_unseen = false;
|
||||
$(".chat-link").attr("style", "color: white !important;");
|
||||
blinking = false;
|
||||
$("#favicon").attr("href", "static/images/favicon.png");
|
||||
$("#chatPlaylist").css("display", "block");
|
||||
$("#wrapper").css("display", "none");
|
||||
|
||||
Reference in New Issue
Block a user