Skip to content

Commit

Permalink
Merge pull request #319 from WatWowMap/invasion-default-order
Browse files Browse the repository at this point in the history
Let invasion filter use default order
  • Loading branch information
versx authored Feb 3, 2021
2 parents 3567c98 + 9a57531 commit 5419677
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 5419677

Please sign in to comment.