mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added toggle for mobile overlay
This commit is contained in:
@@ -51,7 +51,8 @@ socket.on(chan.toLowerCase()+",np", function(obj)
|
|||||||
console.log("Empty list");
|
console.log("Empty list");
|
||||||
document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!";
|
document.getElementById('song-title').innerHTML = "Empty channel. Add some songs!";
|
||||||
$("#player_overlay").height($("#player").height());
|
$("#player_overlay").height($("#player").height());
|
||||||
$("#player_overlay").toggleClass("hide");
|
if(!window.mobilecheck())
|
||||||
|
$("#player_overlay").toggleClass("hide");
|
||||||
importOldList(chan.toLowerCase());
|
importOldList(chan.toLowerCase());
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
Reference in New Issue
Block a user