Skip to content

Commit ab9d0d3

Browse files
committed
Add in app messaging
1 parent 60563a4 commit ab9d0d3

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.enterContenZone();
19771980

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

0 commit comments

Comments
 (0)