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