Skip to content

Commit

Permalink
dataTable hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
1DreaM1 committed May 5, 2020
1 parent baece81 commit 916d8a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bans.php
Expand Up @@ -266,4 +266,4 @@

</body>

</html>
</html>
2 changes: 2 additions & 0 deletions includes/keys.ini
@@ -0,0 +1,2 @@
53a4ef4df2e960a37f6b45bf7a2989fb
cb4b56e5b1c1c15b09fbe68e7ea1069b
4 changes: 2 additions & 2 deletions js/datatables.js
Expand Up @@ -4,7 +4,7 @@ $(document).ready(function() {
"order": [[ 0, "desc" ]],
"iDisplayLength": 50,
"columnDefs": [{
"targets": 6,
"targets": 5,
"orderable": false
}]
});
Expand All @@ -28,7 +28,7 @@ $(document).ready(function() {
"order": [[ 0, "desc" ]],
"iDisplayLength": 50,
"columnDefs": [{
"targets": 6,
"targets": 5,
"orderable": false
}]
});
Expand Down

0 comments on commit 916d8a1

Please sign in to comment.