Rearrange player profile default content

This commit is contained in:
Brian Miyaji
2014-03-08 01:41:39 +11:00
parent 3cb3737597
commit 9ea942b1c2
2 changed files with 1 additions and 32 deletions

View File

@@ -41,21 +41,6 @@ function viewport() {
{ "sType": "numeric", "aTargets": [ 0 ] },
]
});
$(".sp-player-statistics").dataTable({
"aaSorting": [],
"bAutoWidth": false,
"bFilter": false,
"bInfo": false,
"bPaginate": false,
"bSort": true,
"oLanguage": {
"oAria": {
"sSortAscending": "",
"sSortDescending": ""
}
}
});
}