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_MODERATOR = 2;
const GROUP_ADMIN = 3;
const ZWII_VERSION = '8.3.13';
const ZWII_VERSION = '8.3.14';
public static $actions = [];
public static $coreModuleIds = [

View File

@ -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