made sure the table refreshes after an update

This commit is contained in:
Ken Johnson
2013-05-20 17:35:24 -04:00
parent 2ec81eb0de
commit 4337cb9a46
5 changed files with 59 additions and 47 deletions
@@ -54,6 +54,7 @@
type: "POST",
success: function(response) {
$('#success').show(500).delay(1500).fadeOut();
loadTable();
},
error: function(event) {
$('#failure').show(500).delay(1500).fadeOut();