v8.5.2 : aperçu menu en-dehors du site

This commit is contained in:
Fred 2018-12-17 16:30:28 +01:00 committed by GitHub
parent 5161b33118
commit e4c6499330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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(<?php echo json_encode($this->getData(['theme', 'header', 'position']) === 'body'); ?>) {
$("nav").show().insertAfter("header");