This commit is contained in:
gregory-p
2019-07-19 17:01:59 +03:00
parent 5468832437
commit 535e6848f4

View File

@@ -137,7 +137,8 @@ require_once 'inc/walker-nav-menu.php';
$('header .cont').append(inHtml); $('header .cont').append(inHtml);
$('.mobile-nav').append(inHtml); $('.mobile-nav').append(inHtml);
} }
$('#header-parser').remove(); $('#header-parser').hide();
// $('#header-parser').remove();
if ($('#is-guest').text() == 'true') { if ($('#is-guest').text() == 'true') {
$('.guest-data').css('display', 'inline-block'); $('.guest-data').css('display', 'inline-block');