mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed chat and chatlisteners
This commit is contained in:
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
3040
static/dist/main.min.js
vendored
3040
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -84,7 +84,6 @@ var Chat = {
|
||||
var in_text = document.createTextNode(data[1]);
|
||||
$("#chatchannel li:last")[0].appendChild(in_text);
|
||||
document.getElementById("chatchannel").scrollTop = document.getElementById("chatchannel").scrollHeight;
|
||||
socket.on("chat", Chat.channelchat);
|
||||
},
|
||||
|
||||
chat_blink: function() {
|
||||
|
||||
Reference in New Issue
Block a user