Trying loggs

This commit is contained in:
Kasper Rynning-Tønnesen
2016-03-04 14:11:21 +01:00
parent a3ab27fe15
commit 7c4d1a7d74
4 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -39,7 +39,6 @@ $(document).ready(function(){
socket = io.connect(''+add+':8880', connection_options);
socket.on("get_list", function(){
console.log(chan);
setTimeout(function(){socket.emit('list', chan.toLowerCase())},1000);
});

View File

@@ -11,7 +11,6 @@ var List = {
channel_function: function(msg)
{
switch(msg[0])
{
case "list":