put analytics first
This commit is contained in:
+10
-10
@@ -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 @@
|
|||||||
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user