From 9a57531da452340e78e9e215311c49e86b6035cf Mon Sep 17 00:00:00 2001 From: Mygod Date: Tue, 2 Feb 2021 19:09:32 -0500 Subject: [PATCH] Let invasion filter use default order --- static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index 40a618dc..0069339b 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -6648,7 +6648,7 @@ function loadInvasionFilter () { async: true }, info: false, - order: [[2, 'asc']], + order: [], 'search.caseInsensitive': true, columnDefs: [{ targets: [0, 3, 4],