Skip to content

Commit

Permalink
Merge branch 'master' into release.24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Jan 17, 2025
2 parents 7e7ffed + 712c6ad commit 60595fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/express/views/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,7 @@ <h4><a href="#/analytics/events/key/{{encodeURIComponent this.name}}">{{this.nam
Countly.track_errors();

//display in app messages
if (Countly.content.enterContentZone) {
if (Countly.content && Countly.content.enterContentZone) {
Countly.content.enterContentZone();
}

Expand Down Expand Up @@ -2049,7 +2049,7 @@ <h4><a href="#/analytics/events/key/{{encodeURIComponent this.name}}">{{this.nam
});

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

Expand Down

0 comments on commit 60595fa

Please sign in to comment.