From 5398d4e9bef13e326a91f6ce350bb6842d749984 Mon Sep 17 00:00:00 2001 From: Arturs Sosins Date: Fri, 17 Jan 2025 21:28:22 +0200 Subject: [PATCH] Add additional check --- frontend/express/views/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/express/views/dashboard.html b/frontend/express/views/dashboard.html index ca294957cbc..fae84d367ec 100644 --- a/frontend/express/views/dashboard.html +++ b/frontend/express/views/dashboard.html @@ -1975,7 +1975,7 @@

{{this.nam Countly.track_errors(); //display in app messages - if (Countly.content.enterContentZone) { + if (Countly.content && Countly.content.enterContentZone) { Countly.content.enterContentZone(); } @@ -2049,7 +2049,7 @@

{{this.nam }); //display in app messages - if (Countly2.content.enterContentZone) { + if (Countly2.content && Countly2.content.enterContentZone) { Countly2.content.enterContentZone(); }