mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 07:01:36 +01:00
fix rounds ordering
This commit is contained in:
@@ -46,7 +46,9 @@
|
||||
</div>
|
||||
<script defer>
|
||||
$(document).ready(function () {
|
||||
$('#tableMain').DataTable();
|
||||
$('#tableMain').DataTable({
|
||||
"order" : [[ 6, "desc" ]]
|
||||
});
|
||||
$('.dataTables_length').addClass('bs-select');
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user