Vertically aligned the loading gif

This commit is contained in:
kasperrt
2014-12-31 01:40:18 +01:00
parent 5fec200564
commit 1b0c43cacf
2 changed files with 3 additions and 3 deletions

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())
{