Skip to content

Commit

Permalink
Let invasion filter use default order
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod authored Feb 3, 2021
1 parent 3567c98 commit 9a57531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6648,7 +6648,7 @@ function loadInvasionFilter () {
async: true
},
info: false,
order: [[2, 'asc']],
order: [],
'search.caseInsensitive': true,
columnDefs: [{
targets: [0, 3, 4],
Expand Down

0 comments on commit 9a57531

Please sign in to comment.