removed a updatelist when added song, there was two

This commit is contained in:
Nicolas A. Tonne
2014-10-22 22:29:19 +02:00
parent eb6d22c72d
commit ddc11b1485

View File

@@ -80,7 +80,7 @@ $(document).ready(function()
document.getElementById("search").value = ""; document.getElementById("search").value = "";
$("#search").addClass("success"); $("#search").addClass("success");
$("#results").html(''); $("#results").html('');
updateList(); //updateList();
}, },
error: function(){ error: function(){
console.log("error in adding"); console.log("error in adding");