From 1fc2a348316576e76103590fa9bd44f7ded5e628 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 27 Sep 2018 06:55:23 +0200 Subject: [PATCH] =?UTF-8?q?Modif=20:=20am=C3=A9lioration=20de=20l'aper?= =?UTF-8?q?=C3=A7u=20dans=20le=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- core/module/theme/view/footer/footer.js.php | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/core/core.php b/core/core.php index cfcd25b6..68ac0e3f 100644 --- a/core/core.php +++ b/core/core.php @@ -24,7 +24,7 @@ class common { const GROUP_MEMBER = 1; const GROUP_MODERATOR = 2; const GROUP_ADMIN = 3; - const ZWII_VERSION = '8.3.13'; + const ZWII_VERSION = '8.3.14'; public static $actions = []; public static $coreModuleIds = [ diff --git a/core/module/theme/view/footer/footer.js.php b/core/module/theme/view/footer/footer.js.php index a2154a1a..21d6dc61 100755 --- a/core/module/theme/view/footer/footer.js.php +++ b/core/module/theme/view/footer/footer.js.php @@ -94,11 +94,7 @@ $("#themeFooterForm").on("change",function() { $("#footerSocials").show().appendTo("#siteRight"); break; } -}).trigger("change"); - -// Bloc Copyright -$("#themeFooterCopyrightPosition").on("change",function() { - switch($("#themeFooterCopyrightPosition").val()) { + switch($("#themeFooterCopyrightPosition").val()) { case 'hide': $("#footerCopyright").hide(); break; @@ -117,6 +113,7 @@ $("#themeFooterCopyrightPosition").on("change",function() { } }).trigger("change"); + // Fin Position dans les blocs