File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tutorials/quickstart/Solution/ClientUI/wwwroot/Content Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ _kms('//scripts.kissmetrics.io/' + _kmk + '.2.js');
70
70
71
71
$ ( function ( ) {
72
72
73
- GA4 . quickStartRunning ( ) ;
74
- _kmq . push ( [ 'record' , 'QuickStart-Running-Control' ] ) ;
73
+ GA4 . quickStartRunning ( ) ;
74
+ _kmq . push ( [ 'record' , 'QuickStart-Running-Control' ] ) ;
75
75
76
76
window . sentMessage = function ( ) {
77
77
GA4 . quickStartMessageSent ( ) ;
@@ -84,7 +84,7 @@ _kms('//scripts.kissmetrics.io/' + _kmk + '.2.js');
84
84
return ;
85
85
}
86
86
87
- GA4 . quickStartDisplayedLicenseButton ( ) ;
87
+ GA4 . quickStartDisplayedLicenseButton ( ) ;
88
88
89
89
licenseBtn . attr ( 'href' , 'https://particular.net/license/nservicebus?v=' + window . NSB_VERSION + '&t=0' ) . click ( function ( e ) {
90
90
GA4 . quickStartClickedLicenseButton ( ) ;
You can’t perform that action at this time.
0 commit comments