forked from ZwiiCMS-Team/ZwiiCMS
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
|
// La bannière est cachée, déplacer le menu dans le site
|
||||||
if (positionHeader === "hide" &&
|
if (positionHeader === "hide" &&
|
||||||
(positionNav === "body-first" ||
|
(positionNav === "body-first" ||
|
||||||
positionnav === "site-first" ||
|
positionNav === "site-first" ||
|
||||||
positionnav === "body-second" ||
|
positionNav === "body-second" ||
|
||||||
positionnav === "site-second"
|
positionNav === "site-second"
|
||||||
)) {
|
)) {
|
||||||
$("nav").show().prependTo("#site");
|
$("nav").show().prependTo("#site");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user