Fix history table refreshing after deleting
This commit is contained in:
@@ -582,9 +582,9 @@ DOCUMENTATION :: END
|
||||
success: function (data) {
|
||||
var msg = "History deleted";
|
||||
showMsg(msg, false, true, 2000);
|
||||
history_table.draw();
|
||||
}
|
||||
});
|
||||
history_table.draw();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user