forked from ZwiiCMS-Team/ZwiiCMS
Modif : amélioration de l'aperçu dans le footer
This commit is contained in:
parent
536bd33181
commit
1fc2a34831
@ -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 = [
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user