mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Uncommented
This commit is contained in:
@@ -282,10 +282,9 @@ var Search = {
|
||||
Search.submitArrayExpected -= 1;
|
||||
}
|
||||
if((Search.submitArray.length - 1) == Search.submitArrayExpected) {
|
||||
console.log(Search.submitArray);
|
||||
/*$.each(Search.submitArray, function(i, data){
|
||||
$.each(Search.submitArray, function(i, data){
|
||||
Search.submit(data.id, data.title, data.duration, true, i, Search.submitArray.length - 1, 0, data.duration);
|
||||
});*/
|
||||
});
|
||||
document.getElementById("import_spotify").disabled = false;
|
||||
$("#import_spotify").removeClass("hide");
|
||||
$("#playlist_loader_spotify").addClass("hide");
|
||||
|
||||
Reference in New Issue
Block a user