From 90c422ed5427065ceb0a3be75348963c35a039ef Mon Sep 17 00:00:00 2001 From: SylvainLelievre Date: Sun, 24 Oct 2021 10:52:24 +0200 Subject: [PATCH] bug positionnav au lieu de positionNav --- core/module/theme/view/header/header.js.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"); }