From d82542a9d1747c8d86bbfff491bbefbee60b1d9b Mon Sep 17 00:00:00 2001 From: Is Isilon Date: Sun, 7 Feb 2016 17:21:58 +0800 Subject: [PATCH] Sort to show new results --- public/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index 901a561..3ff2183 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -521,7 +521,7 @@ $(document).ready(function () { "targets": 5, "visible": false, }], - ordering: [[ 0, 'asc' ]], + order: [[ 0, 'desc' ]], colReorder: {}, stateSave: true });