mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Added a rather long and not the best embed code
This commit is contained in:
@@ -45,7 +45,6 @@ var Chat = {
|
||||
|
||||
setup_chat_listener: function(channel)
|
||||
{
|
||||
document.getElementsByClassName("chat-tab")[0].innerHTML = channel;
|
||||
socket.on("chat", function(data)
|
||||
{
|
||||
if($("#chat-bar").position()["left"] != 0)
|
||||
|
||||
Reference in New Issue
Block a user