From ba14ad004fa5040ecbcbd11702374ed0598e60bd Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 9 May 2019 22:08:00 +0200 Subject: [PATCH] =?UTF-8?q?[9.1.04]=20libell=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/theme/theme.php | 2 +- module/form/view/config/config.js.php | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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