mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Merge branch 'dev' of https://github.com/nixolas1/Zoff into dev
This commit is contained in:
@@ -49,7 +49,7 @@ socket.on(chan.toLowerCase()+",np", function(obj)
|
|||||||
console.log(obj);
|
console.log(obj);
|
||||||
if(obj[0].length == 0){
|
if(obj[0].length == 0){
|
||||||
console.log("Empty list");
|
console.log("Empty list");
|
||||||
$('.song-title').innerHTML = "Empty channel. Add some songs!"
|
document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!"
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
console.log("gotten new song");
|
console.log("gotten new song");
|
||||||
|
|||||||
Reference in New Issue
Block a user