Skip to content

Commit 6ae6808

Browse files
committed
Merge branch 'master' into release.24.10
2 parents 9d3ef7a + 827069e commit 6ae6808

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/express/views/dashboard.html

+3
Original file line numberDiff line numberDiff line change
@@ -1974,6 +1974,9 @@ <h4><a href="#/analytics/events/key/{{encodeURIComponent this.name}}">{{this.nam
19741974

19751975
//track javascript errors
19761976
Countly.track_errors();
1977+
1978+
//display in app messages
1979+
Countly.content.enterContentZone();
19771980

19781981
if (Countly.report_trace && window.performance && window.performance.timing) {
19791982
$(window).on( "load", function(){

0 commit comments

Comments
 (0)