mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
added some cool shit
This commit is contained in:
@@ -66,6 +66,7 @@ $(window).focus(function(){
|
|||||||
|
|
||||||
function setup_chat_listener(channel)
|
function setup_chat_listener(channel)
|
||||||
{
|
{
|
||||||
|
document.getElementsByClassName("chat-tab")[0].innerHTML = channel;
|
||||||
socket.on("chat,"+channel.toLowerCase(), function(data)
|
socket.on("chat,"+channel.toLowerCase(), function(data)
|
||||||
{
|
{
|
||||||
if($("#chat-bar").position()["left"] != 0)
|
if($("#chat-bar").position()["left"] != 0)
|
||||||
|
|||||||
394
typescript
Normal file
394
typescript
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user