From 88ee343ff1d275a60de6d7772796aa00de8f7c7f Mon Sep 17 00:00:00 2001 From: Gregory Pradun Date: Mon, 18 Apr 2022 21:18:16 +0300 Subject: [PATCH] LAW-5166 --- htdocs/wp-content/themes/lawcarta/header.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/wp-content/themes/lawcarta/header.php b/htdocs/wp-content/themes/lawcarta/header.php index 9ac9763..bc9f684 100644 --- a/htdocs/wp-content/themes/lawcarta/header.php +++ b/htdocs/wp-content/themes/lawcarta/header.php @@ -232,8 +232,6 @@ height="0" width="0" style="display:none;visibility:hidden"> $('.guest-data').css('display', 'inline-block'); $('.mobile-nav .guest-data').css('display', 'block'); } else { - window.userId = $('#is-guest').text(); - $('.home-label').text('Dashboard').attr('href', '/dashboard'); if (typeof isHomeTemplate != 'undefined' && isHomeTemplate === true) { window.location.href = lawCartaDomain + '/dashboard';