diff --git a/core/module/theme/view/header/header.js.php b/core/module/theme/view/header/header.js.php index 89f57b8d..ab730291 100755 --- a/core/module/theme/view/header/header.js.php +++ b/core/module/theme/view/header/header.js.php @@ -48,7 +48,9 @@ $("input, select").on("change", function() { // Pas d'image sélectionnée } else { // Désactiver l'option responsive - $("#themeHeaderHeight option:eq(2)").prop("selected", true); + if (themeHeaderHeight === "none") { + $("#themeHeaderHeight option:eq(2)").prop("selected", true); + } css += "background-image:none;"; css += "line-height:" + $("#themeHeaderHeight").val() + ";height:" + themeHeaderHeight + "}"; $("header .container").show();