mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Added list refresh and query when user does an action
This commit is contained in:
@@ -80,6 +80,7 @@ $(document).ready(function()
|
||||
document.getElementById("search").value = "";
|
||||
$("#search").addClass("success");
|
||||
$("#results").html('');
|
||||
updateList();
|
||||
},
|
||||
error: function(){
|
||||
console.log("error in adding");
|
||||
|
||||
Reference in New Issue
Block a user