3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-25 19:44:22 +01:00

Disable initial sort [#140][#161]

This commit is contained in:
Sam Nicholls 2013-01-20 23:25:00 +00:00
parent b6c2c46f6a
commit 0343da92d5

View File

@ -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
}); });
}); });