mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
made playlist resize to player when window is made higher
This commit is contained in:
@@ -40,7 +40,7 @@ function updateList()
|
||||
"</div>";
|
||||
$("#wrapper").append(finalhtml);
|
||||
});
|
||||
if($("#playlist").height() > $("#player").height())
|
||||
if($("#playlist").height() != $("#player").height())
|
||||
{
|
||||
if(!window.mobilecheck())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user