mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
Merge pull request #175 from SamStudio8/master
Disable initial sort [#140][#161]
This commit is contained in:
commit
1286ed05c4
@ -29,9 +29,10 @@ block content
|
|||||||
"bLengthChange": false,
|
"bLengthChange": false,
|
||||||
"oLanguage": {
|
"oLanguage": {
|
||||||
"sInfo": "_TOTAL_ users",
|
"sInfo": "_TOTAL_ users",
|
||||||
"sInfoEmpty": "No users :(",
|
"sInfoEmpty": "No users",
|
||||||
"sInfoFiltered": "filtered (_MAX_ total)"
|
"sInfoFiltered": "filtered (_MAX_ total)"
|
||||||
},
|
},
|
||||||
|
"aaSorting": [], // Disable initial sort
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user