Fireplace easteregg is now implemented so it can be activated

This commit is contained in:
KasperRT
2015-03-25 21:19:22 +01:00
parent 53b7b45e36
commit b6e38d8ab8
5 changed files with 62 additions and 20 deletions

View File

@@ -55,11 +55,11 @@ function updateList()
"</div>";
$("#wrapper").append(finalhtml);
});
if($("#playlist").height() != $("#player").height() || ($("#chan").html().toLowerCase() == "jazz" && $("#playlist").height() != $("#jplayer").height()))
if($("#playlist").height() != $("#player").height() || (peis && $("#playlist").height() != $("#jplayer").height()))
{
if(!window.mobilecheck())
{
if($("#chan").html().toLowerCase() == "jazz")
if(peis)
{
player_name = "#jplayer";
}else player_name = "#player";