提交 16a6ecfc 编写于 作者: G Gabriele Cirulli

put analytics first

上级 4abe387b
...@@ -86,6 +86,16 @@ ...@@ -86,6 +86,16 @@
<script src="js/game_manager.js"></script> <script src="js/game_manager.js"></script>
<script src="js/application.js"></script> <script src="js/application.js"></script>
<script>
(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),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,"script","//www.google-analytics.com/analytics.js","ga");
ga("create", "UA-42620757-2", "gabrielecirulli.github.io");
ga("send", "pageview");
</script>
<script src="http://coinwidget.com/widget/coin.js"></script> <script src="http://coinwidget.com/widget/coin.js"></script>
<script> <script>
CoinWidgetCom.go({ CoinWidgetCom.go({
...@@ -105,15 +115,5 @@ ...@@ -105,15 +115,5 @@
document.getElementsByClassName("sharing")[0].appendChild(cw); document.getElementsByClassName("sharing")[0].appendChild(cw);
}, 100); }, 100);
</script> </script>
<script>
(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),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,"script","//www.google-analytics.com/analytics.js","ga");
ga("create", "UA-42620757-2", "gabrielecirulli.github.io");
ga("send", "pageview");
</script>
</body> </body>
</html> </html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册