Skip to content

Commit e5fd701

Browse files
committed
Merge branch 'release.24.10' into release.24.12
2 parents c00dcd1 + 60595fa commit e5fd701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/express/views/dashboard.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@ <h4><a href="#/analytics/events/key/{{encodeURIComponent this.name}}">{{this.nam
19761976
Countly.track_errors();
19771977

19781978
//display in app messages
1979-
if (Countly.content.enterContentZone) {
1979+
if (Countly.content && Countly.content.enterContentZone) {
19801980
Countly.content.enterContentZone();
19811981
}
19821982

@@ -2050,7 +2050,7 @@ <h4><a href="#/analytics/events/key/{{encodeURIComponent this.name}}">{{this.nam
20502050
});
20512051

20522052
//display in app messages
2053-
if (Countly2.content.enterContentZone) {
2053+
if (Countly2.content && Countly2.content.enterContentZone) {
20542054
Countly2.content.enterContentZone();
20552055
}
20562056

0 commit comments

Comments
 (0)