made sure the table refreshes after an update
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user