Merge branch 'feature-sailfishos-cleanup' into development
[quandoparte] / www / analytics.js
1 var _gaq = _gaq || [];
2 _gaq.push(['_setAccount', 'UA-3407338-3']);
3 _gaq.push(['_trackPageview']);
4
5 window._gaq = _gaq;
6
7 (function() {
8         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
9         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
10         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
11 })();