mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
added the same cool shit
This commit is contained in:
@@ -66,6 +66,7 @@ $(window).focus(function(){
|
||||
|
||||
function setup_chat_listener(channel)
|
||||
{
|
||||
document.getElementsByClassName("chat-tab")[0].innerHTML = channel;
|
||||
socket.on("chat,"+channel.toLowerCase(), function(data)
|
||||
{
|
||||
if($("#chat-bar").position()["left"] != 0)
|
||||
|
||||
Reference in New Issue
Block a user