From 79199c98c644e2beb1873aeaffd7283aad3da61c Mon Sep 17 00:00:00 2001 From: kasperrt Date: Wed, 31 Dec 2014 01:42:21 +0100 Subject: [PATCH] Removed not adding bugg --- js/list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()) {