bug positionnav au lieu de positionNav
This commit is contained in:
parent
67fa9b0f2a
commit
90c422ed54
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user