From 375a6151970248397b85a5c31cc932e9256ff8d5 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 26 Mar 2023 15:17:40 +0200 Subject: [PATCH] Replace jQuery with plain JavaScript for (de)select buttons Fixes 'jQuery.fn.click() event shorthand is deprecated' warning --- views/admin.php | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/views/admin.php b/views/admin.php index 8d7bdf3..31e76a5 100644 --- a/views/admin.php +++ b/views/admin.php @@ -47,17 +47,6 @@ - -
+ +