Modif : amélioration de l'aperçu dans le footer

This commit is contained in:
fredtempez 2018-09-27 06:55:23 +02:00
parent 536bd33181
commit 1fc2a34831
2 changed files with 3 additions and 6 deletions

View File

@ -24,7 +24,7 @@ class common {
const GROUP_MEMBER = 1; const GROUP_MEMBER = 1;
const GROUP_MODERATOR = 2; const GROUP_MODERATOR = 2;
const GROUP_ADMIN = 3; const GROUP_ADMIN = 3;
const ZWII_VERSION = '8.3.13'; const ZWII_VERSION = '8.3.14';
public static $actions = []; public static $actions = [];
public static $coreModuleIds = [ public static $coreModuleIds = [

View File

@ -94,11 +94,7 @@ $("#themeFooterForm").on("change",function() {
$("#footerSocials").show().appendTo("#siteRight"); $("#footerSocials").show().appendTo("#siteRight");
break; break;
} }
}).trigger("change"); switch($("#themeFooterCopyrightPosition").val()) {
// Bloc Copyright
$("#themeFooterCopyrightPosition").on("change",function() {
switch($("#themeFooterCopyrightPosition").val()) {
case 'hide': case 'hide':
$("#footerCopyright").hide(); $("#footerCopyright").hide();
break; break;
@ -117,6 +113,7 @@ $("#themeFooterCopyrightPosition").on("change",function() {
} }
}).trigger("change"); }).trigger("change");
// Fin Position dans les blocs // Fin Position dans les blocs