"bFilter": false,
"bSort": true,
"bInfo": false,
- "bAutoWidth": false
+ "bAutoWidth": false,
+ "aaSorting": []
});
}
if ($("#recent-games").length) {
"oLanguage": {
"sSearch": "_INPUT_"
},
- "aaSorting": [[ 0, "desc" ]]
+ "aaSorting": []
});
}
if ($("table.scoreboard").length) {
"bFilter": false,
"bSort": true,
"bInfo": false,
- "bAutoWidth": false
+ "bAutoWidth": false,
+ "aaSorting": []
});
}
if ($("table.accuracy").length) {
"bFilter": false,
"bSort": true,
"bInfo": false,
- "bAutoWidth": false
+ "bAutoWidth": false,
+ "aaSorting": []
});
}
if ($(".recent_game_box").length) {