Skip to content

Commit

Permalink
Revert "changed default datatable ordering to expense date"
Browse files Browse the repository at this point in the history
This reverts commit f75bdae.
  • Loading branch information
eddyharrington committed May 22, 2020
1 parent a904705 commit 66f665b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/expensehistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$(document).ready(function () {
$('#expenses').DataTable({
"pagingType": "full_numbers",
"order": [[3, "desc"]],
"order": [[0, "desc"]],
dom: 'Bfrtip',
buttons: [
'copy', 'csv', 'excel'
Expand Down

0 comments on commit 66f665b

Please sign in to comment.