fix(app): use `https://` in the Analytics script · yeoman/generator-angular@76de76e

Original file line numberDiff line numberDiff line change

@@ -69,7 +69,7 @@

6969

!function(A,n,g,u,l,a,r){A.GoogleAnalyticsObject=l,A[l]=A[l]||function(){

7070

(A[l].q=A[l].q||[]).push(arguments)},A[l].l=+new Date,a=n.createElement(g),

7171

r=n.getElementsByTagName(g)[0],a.src=u,r.parentNode.insertBefore(a,r)

72-

}(window,document,'script','//www.google-analytics.com/analytics.js','ga');

72+

}(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

7373
7474

ga('create', 'UA-XXXXX-X');

7575

ga('send', 'pageview');