mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-01 07:06:17 +00:00
Found more errors left from the doctype html and cleaned it up
This commit is contained in:
@@ -27,7 +27,7 @@ function setup_youtube_listener(channel)
|
||||
{
|
||||
socket.on("np", function(obj)
|
||||
{
|
||||
console.log(obj);
|
||||
//console.log(obj);
|
||||
if(obj[0].length == 0){
|
||||
console.log("Empty list");
|
||||
document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!";
|
||||
|
||||
Reference in New Issue
Block a user