forked from ZwiiCMS-Team/ZwiiCMS
[9.1.04] libellé
This commit is contained in:
parent
a2f0c8980b
commit
ba14ad004f
@ -202,7 +202,7 @@ class theme extends common {
|
||||
'100%' => 'Fluide (100%)'
|
||||
];
|
||||
public static $headerWide = [
|
||||
'cover' => 'Responsive (cover',
|
||||
'cover' => 'Responsive (cover)',
|
||||
'contain' => 'Responsive (contain)',
|
||||
'auto auto' => 'Automatique',
|
||||
'100% 100%' => 'Image étirée'
|
||||
|
@ -158,8 +158,6 @@ $("#formConfigPageIdToggle").on("change", function() {
|
||||
else {
|
||||
$("#formConfigPageIdWrapper").slideUp(function() {
|
||||
$("#formConfigPageId").val("");
|
||||
console.log($("#formConfigPageId").val());
|
||||
});
|
||||
}
|
||||
}).trigger("change");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user