diff --git a/core/module/theme/view/header/header.js.php b/core/module/theme/view/header/header.js.php index ed010cb8..9dbcd2cc 100644 --- a/core/module/theme/view/header/header.js.php +++ b/core/module/theme/view/header/header.js.php @@ -159,9 +159,9 @@ $("input, select").on("change", function() { // La bannière est cachée, déplacer le menu dans le site if (positionHeader === "hide" && (positionNav === "body-first" || - positionnav === "site-first" || - positionnav === "body-second" || - positionnav === "site-second" + positionNav === "site-first" || + positionNav === "body-second" || + positionNav === "site-second" )) { $("nav").show().prependTo("#site"); }