mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed not adding bugg
This commit is contained in:
@@ -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())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user