From 916d8a1897bbbdfc4c327b941755284e692ae3db Mon Sep 17 00:00:00 2001 From: 1DreaM1 Date: Tue, 5 May 2020 13:18:34 +0200 Subject: [PATCH] dataTable hotfix --- bans.php | 2 +- includes/keys.ini | 2 ++ js/datatables.js | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 includes/keys.ini diff --git a/bans.php b/bans.php index 811bb23..253a996 100644 --- a/bans.php +++ b/bans.php @@ -266,4 +266,4 @@ - + \ No newline at end of file diff --git a/includes/keys.ini b/includes/keys.ini new file mode 100644 index 0000000..691bc82 --- /dev/null +++ b/includes/keys.ini @@ -0,0 +1,2 @@ +53a4ef4df2e960a37f6b45bf7a2989fb +cb4b56e5b1c1c15b09fbe68e7ea1069b \ No newline at end of file diff --git a/js/datatables.js b/js/datatables.js index 06ff5ec..f857b70 100644 --- a/js/datatables.js +++ b/js/datatables.js @@ -4,7 +4,7 @@ $(document).ready(function() { "order": [[ 0, "desc" ]], "iDisplayLength": 50, "columnDefs": [{ - "targets": 6, + "targets": 5, "orderable": false }] }); @@ -28,7 +28,7 @@ $(document).ready(function() { "order": [[ 0, "desc" ]], "iDisplayLength": 50, "columnDefs": [{ - "targets": 6, + "targets": 5, "orderable": false }] });