From e4c649933090ced16a7444babc4ff1d583d60aa9 Mon Sep 17 00:00:00 2001 From: Fred <23246457+fredtempez@users.noreply.github.com> Date: Mon, 17 Dec 2018 16:30:28 +0100 Subject: [PATCH] =?UTF-8?q?v8.5.2=20:=20aper=C3=A7u=20menu=20en-dehors=20d?= =?UTF-8?q?u=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/theme/view/menu/menu.js.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/module/theme/view/menu/menu.js.php b/core/module/theme/view/menu/menu.js.php index fc9c6ea6..026a7168 100755 --- a/core/module/theme/view/menu/menu.js.php +++ b/core/module/theme/view/menu/menu.js.php @@ -68,6 +68,9 @@ $("input, select").on("change", function() { case 'body-first': $("nav").show().insertAfter("#bar"); break; + case 'body-top': + $("nav").show().insertAfter("#bar"); + break; case 'body-second': if(getData(['theme', 'header', 'position']) === 'body'); ?>) { $("nav").show().insertAfter("header");