Making find more usefull and functioning

This commit is contained in:
KasperRT
2015-03-07 04:13:46 +01:00
parent 8222d62bd9
commit e7b1cc5f78
5 changed files with 48 additions and 17 deletions

View File

@@ -58,7 +58,7 @@ function updateList()
{
if(!window.mobilecheck())
{
$("#playlist").css({height: $("#player").height()-$("#adminPanel").outerHeight(true)+30});
$("#playlist").css({height: $("#player").height()-$("#adminPanel").outerHeight(true)-$("#findform").outerHeight(true)+30});
$("#playlist").css({overflow: "hidden"});
if(scroller === false)
{