Skip to content

Commit a4dac4f

Browse files
committed
adding GA
1 parent 1887740 commit a4dac4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/index.html

+10
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,15 @@ <h2>Tabs</h2>
172172
</div>
173173
</div>
174174
</div>
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>
175185
</body>
176186
</html>

0 commit comments

Comments
 (0)