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");