mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
removed a updatelist when added song, there was two
This commit is contained in:
@@ -80,7 +80,7 @@ $(document).ready(function()
|
||||
document.getElementById("search").value = "";
|
||||
$("#search").addClass("success");
|
||||
$("#results").html('');
|
||||
updateList();
|
||||
//updateList();
|
||||
},
|
||||
error: function(){
|
||||
console.log("error in adding");
|
||||
|
||||
Reference in New Issue
Block a user