made playlist resize to player when window is made higher

This commit is contained in:
Nicolas A. Tonne
2014-10-23 17:32:21 +02:00
parent fd8e24fb10
commit 0e4d658769

View File

@@ -40,7 +40,7 @@ function updateList()
"</div>";
$("#wrapper").append(finalhtml);
});
if($("#playlist").height() > $("#player").height())
if($("#playlist").height() != $("#player").height())
{
if(!window.mobilecheck())
{