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