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