Improvements to banlist sorting
Thanks to Vitaly for reporting the issue!
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
$(document).ready(function () {
|
||||
$('#banlist').dataTable({
|
||||
"order": [],
|
||||
"order": [[3, "desc"]],
|
||||
"language": {
|
||||
"url": datatablesUrl
|
||||
}
|
||||
|
Reference in New Issue
Block a user