This commit is contained in:
gregory-p
2019-07-19 17:15:00 +03:00
parent 3c4a0da197
commit 7dc4aa2ff2

View File

@@ -139,7 +139,7 @@ require_once 'inc/walker-nav-menu.php';
$('#header-parser').hide();
// $('#header-parser').remove();
if ($('#is-guest').text() == true') {
if ($('#is-guest').text() == 'true') {
$('.guest-data').css('display', 'inline-block');
} else {
$('.home-label').text('Dashboard').attr('href', '<?= get_lawcarta_url()?>/dashboard');