Merge pull request #175 from SamStudio8/master

Disable initial sort [#140][#161]
This commit is contained in:
Luke Slater 2013-01-20 15:28:20 -08:00
commit 1286ed05c4

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