Move more javascript into the footer
This commit is contained in:
parent
74c981e0c6
commit
dc9295fc3f
|
@ -23,8 +23,23 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<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-50021714-1', 'consul.io');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
<%= javascript_include_tag 'application' %>
|
||||
|
||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<%= javascript_include_tag "html5shiv", "respond.min" %>
|
||||
<![endif]-->
|
||||
|
||||
<script>
|
||||
APP.initialize();
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue