forked from LiveCarta/LiveCartaWP
LAW-2785
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user