From 3febb340d4fdc6afa4cb202ca6e4024e3c21bd42 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 13 Apr 2019 04:04:25 +0200 Subject: [PATCH] * removed duplicated jquery declarations This fixes some stranges errors with javascript being triggered on website for example: not working color changes on Menus page when clicking on Add New button --- admin/template/template.php | 1 - install/template/template.php | 2 +- system/functions.php | 2 +- system/pages/creatures.php | 1 - system/pages/spells.php | 1 - tools/js/jquery.js | 4 ---- 6 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 tools/js/jquery.js diff --git a/admin/template/template.php b/admin/template/template.php index 3bbb62f4..c5621d5c 100644 --- a/admin/template/template.php +++ b/admin/template/template.php @@ -226,7 +226,6 @@ if (!$logged && !admin()) { ?> - diff --git a/install/template/template.php b/install/template/template.php index 77557af8..a728a2d0 100644 --- a/install/template/template.php +++ b/install/template/template.php @@ -4,7 +4,7 @@ MyAAC - <?php echo $locale['installation']; ?> - +
diff --git a/system/functions.php b/system/functions.php index ff3404da..a7c2c625 100644 --- a/system/functions.php +++ b/system/functions.php @@ -482,7 +482,7 @@ function template_header($is_admin = false) - +