forked from LiveCarta/LiveCartaWP
Merge remote-tracking branch 'upstream/wordpress' into wordpress
This commit is contained in:
@@ -79,7 +79,7 @@ $lawCartaUrl = "$scheme$host$port";
|
||||
if (ev.origin.indexOf('<?= $lawCartaUrl ?>') !== -1) {
|
||||
document.getElementById('header-menu').insertAdjacentHTML('beforeend', ev.data);
|
||||
if ($('#is-guest').text() == 'true') {
|
||||
$('.guest-data').show();
|
||||
$('.guest-data').css('display', 'inline-block');
|
||||
} else {
|
||||
$('.home-label').text('Dashboard').attr('href', '<?= $lawCartaUrl?>/dashboard');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user