mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Found more errors left from the doctype html and cleaned it up
This commit is contained in:
@@ -21,7 +21,7 @@ socket.on(chan.toLowerCase(), function(msg){
|
||||
|
||||
function channel_function(msg)
|
||||
{
|
||||
console.log(msg);
|
||||
//console.log(msg);
|
||||
if(msg[0] == "list")
|
||||
{
|
||||
full_playlist = msg[1];
|
||||
|
||||
Reference in New Issue
Block a user