From 89e5e4bd9fb690d37f2ced0c9ad8940700bae326 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Sat, 16 May 2020 15:31:36 -0600 Subject: [PATCH] Fix --- static/js/machines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/machines.js b/static/js/machines.js index fc6597b..1c7ebd1 100644 --- a/static/js/machines.js +++ b/static/js/machines.js @@ -29,6 +29,6 @@ $('#machinetable').DataTable({ } ], order: [ - [5, 'desc'] + [6, 'desc'] ] }); \ No newline at end of file