From 0e4d6587694965be6cbca32bd2370bef988d286c Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Thu, 23 Oct 2014 17:32:21 +0200 Subject: [PATCH] made playlist resize to player when window is made higher --- js/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/list.js b/js/list.js index 410c0ed3..fb635649 100755 --- a/js/list.js +++ b/js/list.js @@ -40,7 +40,7 @@ function updateList() ""; $("#wrapper").append(finalhtml); }); - if($("#playlist").height() > $("#player").height()) + if($("#playlist").height() != $("#player").height()) { if(!window.mobilecheck()) {