Skip to content

Commit

Permalink
Merge branch 'release.24.10' into release.24.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Jan 17, 2025
2 parents c00dcd1 + 60595fa commit e5fd701
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 @@ -1976,7 +1976,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 @@ -2050,7 +2050,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 e5fd701

Please sign in to comment.