Merge pull request #77 from nixolas1/mobiletweak

Removed not adding bugg
This commit is contained in:
KasperRT
2014-12-31 01:43:12 +01:00

View File

@@ -33,7 +33,7 @@ function updateList()
setTimeout(function()
{
//$("#wrapper").empty();
$("#wrapper").empty();
$.each(list.songs, function(j, listeID){
@@ -51,7 +51,7 @@ function updateList()
delsong+
"</div>"+
"</div>";
//$("#wrapper").append(finalhtml);
$("#wrapper").append(finalhtml);
});
if($("#playlist").height() != $("#player").height())
{