Merge pull request #2865 from gregory-p/wordpress

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

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