Update sorting on activity log.

This commit is contained in:
Andrew 2022-01-12 23:52:47 -05:00
parent 6ad2075b5a
commit 5e59705251

View File

@ -80,7 +80,11 @@
$( document ).ready(function() {
console.log('ready for JS!')
$('#audit_table').DataTable();
$('#audit_table').DataTable({
'order': [1, 'desc']
}
);
});
</script>
<script>