Removed not adding bugg

This commit is contained in:
kasperrt
2014-12-31 01:42:21 +01:00
parent 1b0c43cacf
commit 79199c98c6

View File

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