Improvements to banlist sorting

Thanks to Vitaly for reporting the issue!
This commit is contained in:
Wruczek
2017-01-19 19:43:28 +01:00
parent bc77129f94
commit 9f21e838c7
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
$(document).ready(function () {
$('#banlist').dataTable({
"order": [],
"order": [[3, "desc"]],
"language": {
"url": datatablesUrl
}