uncommented GA

This commit is contained in:
slicer2k
2014-07-14 23:08:28 +02:00
parent faf5ec9353
commit f56e9678b0
+7 -7
View File
@@ -87,13 +87,13 @@
<script src="script/localization.js"></script> <script src="script/localization.js"></script>
<!-- Google Analytics --> <!-- Google Analytics -->
<script> <script>
// (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
// (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
// m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
// })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); })(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
//
// ga('create', 'UA-41314886-1', 'doublespeakgames.com'); ga('create', 'UA-41314886-1', 'doublespeakgames.com');
// ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>
</head> </head>