We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1887740 commit a4dac4fCopy full SHA for a4dac4f
app/index.html
@@ -172,5 +172,15 @@ <h2>Tabs</h2>
172
</div>
173
174
175
+<script type="text/javascript">
176
+ var _gaq = _gaq || [];
177
+ _gaq.push(['_setAccount', 'UA-25408695-1']);
178
+ _gaq.push(['_trackPageview']);
179
+ (function() {
180
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
181
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
182
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
183
+ })();
184
+</script>
185
</body>
186
</html>
0 commit comments