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,
"oLanguage": {
"sInfo": "_TOTAL_ users",
"sInfoEmpty": "No users :(",
"sInfoEmpty": "No users",
"sInfoFiltered": "filtered (_MAX_ total)"
},
"aaSorting": [], // Disable initial sort
});
});