Added list refresh and query when user does an action

This commit is contained in:
Nixo
2014-10-21 21:37:47 +02:00
parent d0a4f602f4
commit d639d7f514
2 changed files with 3 additions and 0 deletions

View File

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