[9.1.04] libellé

This commit is contained in:
fredtempez 2019-05-09 22:08:00 +02:00
parent a2f0c8980b
commit ba14ad004f
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -158,8 +158,6 @@ $("#formConfigPageIdToggle").on("change", function() {
else {
$("#formConfigPageIdWrapper").slideUp(function() {
$("#formConfigPageId").val("");
console.log($("#formConfigPageId").val());
});
}
}).trigger("change");
}).trigger("change");