diff --git a/js/list.js b/js/list.js index 12e63d03..f75de410 100755 --- a/js/list.js +++ b/js/list.js @@ -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+ ""+ ""; - //$("#wrapper").append(finalhtml); + $("#wrapper").append(finalhtml); }); if($("#playlist").height() != $("#player").height()) {