List update on adding song

List is now updating on adding a song, so the user can see that the song he requested is added "at once"
This commit is contained in:
KasperRT
2014-10-20 16:37:02 +02:00
parent 7a55ce3a24
commit 9e1e0bda66

View File

@@ -95,6 +95,7 @@ $(document).ready(function()
$("#search").removeClass("success");
$("#search").removeClass("error");
},1500);
updateList();
}
// if(reply=="added"){$("#search").removeClass('success'); $("#search").addClass('success');}