mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Made socketeventheaders better, none of that chan,np, just np now
This commit is contained in:
@@ -67,7 +67,7 @@ $(window).focus(function(){
|
||||
function setup_chat_listener(channel)
|
||||
{
|
||||
document.getElementsByClassName("chat-tab")[0].innerHTML = channel;
|
||||
socket.on("chat,"+channel.toLowerCase(), function(data)
|
||||
socket.on("chat", function(data)
|
||||
{
|
||||
if($("#chat-bar").position()["left"] != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user