From 49d5bd456f0f31dba605e87ccf936d9b7b0fd737 Mon Sep 17 00:00:00 2001 From: Gregory Pradun Date: Fri, 30 Apr 2021 14:42:07 +0300 Subject: [PATCH] LAW-3992 --- htdocs/wp-content/themes/lawcarta/header.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/wp-content/themes/lawcarta/header.php b/htdocs/wp-content/themes/lawcarta/header.php index 591b8fa..9b0c207 100644 --- a/htdocs/wp-content/themes/lawcarta/header.php +++ b/htdocs/wp-content/themes/lawcarta/header.php @@ -26,6 +26,7 @@ require_once 'inc/walker-nav-menu.php'; window.top.location = lawCartaDomain + '/catalog'; } + @@ -254,5 +255,6 @@ height="0" width="0" style="display:none;visibility:hidden"> jQuery('.mobile-nav').toggleClass('show'); }); + \ No newline at end of file