diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index c98621c4..4a477d8f 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -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' diff --git a/module/form/view/config/config.js.php b/module/form/view/config/config.js.php index 94175ae4..41a9fbbb 100644 --- a/module/form/view/config/config.js.php +++ b/module/form/view/config/config.js.php @@ -158,8 +158,6 @@ $("#formConfigPageIdToggle").on("change", function() { else { $("#formConfigPageIdWrapper").slideUp(function() { $("#formConfigPageId").val(""); - console.log($("#formConfigPageId").val()); }); } -}).trigger("change"); - +}).trigger("change"); \ No newline at end of file