[9.1.04] Aperçu header

This commit is contained in:
fredtempez 2019-05-13 20:42:50 +02:00
parent dc085e24ce
commit ae508a7454
1 changed files with 3 additions and 1 deletions

View File

@ -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();