We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350ee31 commit 16d0354Copy full SHA for 16d0354
1 file changed
docs/src/templates/index.html
@@ -30,6 +30,7 @@
30
'docs-combined.js',
31
'docs-keywords.js'], function(){
32
angular.compile(document)();
33
+ $script(('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js');
34
});
35
36
@@ -88,14 +89,5 @@
88
89
<br class="clearFloat" />
90
<div id="twoColFooter">© 2010-2011 angular</div>
91
</div>
-
92
- <script type="text/javascript">
93
- // lazy load GA asynchronous tracker
94
- (function() {
95
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
96
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
97
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
98
- })();
99
- </script>
100
</body>
101
</html>
0 commit comments