forked from LiveCarta/LiveCartaWP
LAW-2785
This commit is contained in:
@@ -139,7 +139,7 @@ require_once 'inc/walker-nav-menu.php';
|
|||||||
$('#header-parser').hide();
|
$('#header-parser').hide();
|
||||||
// $('#header-parser').remove();
|
// $('#header-parser').remove();
|
||||||
|
|
||||||
if ($('#is-guest').t'ext() == true') {
|
if ($('#is-guest').text() == true') {
|
||||||
$('.guest-data').css('display', 'inline-block');
|
$('.guest-data').css('display', 'inline-block');
|
||||||
} else {
|
} else {
|
||||||
$('.home-label').text('Dashboard').attr('href', '<?= get_lawcarta_url()?>/dashboard');
|
$('.home-label').text('Dashboard').attr('href', '<?= get_lawcarta_url()?>/dashboard');
|
||||||
|
|||||||
Reference in New Issue
Block a user