Merge pull request #2862 from gregory-p/wordpress

LAW-2785
This commit is contained in:
gregory-p
2019-07-19 17:02:30 +03:00
committed by GitHub

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