We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c00dcd1 + 60595fa commit e5fd701Copy full SHA for e5fd701
frontend/express/views/dashboard.html
@@ -1976,7 +1976,7 @@ <h4><a href="#/analytics/events/key/{{encodeURIComponent this.name}}">{{this.nam
1976
Countly.track_errors();
1977
1978
//display in app messages
1979
- if (Countly.content.enterContentZone) {
+ if (Countly.content && Countly.content.enterContentZone) {
1980
Countly.content.enterContentZone();
1981
}
1982
@@ -2050,7 +2050,7 @@ <h4><a href="#/analytics/events/key/{{encodeURIComponent this.name}}">{{this.nam
2050
});
2051
2052
2053
- if (Countly2.content.enterContentZone) {
+ if (Countly2.content && Countly2.content.enterContentZone) {
2054
Countly2.content.enterContentZone();
2055
2056
0 commit comments