Changed to read from the host
This commit is contained in:
parent
1174b51fe9
commit
27c0178f62
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
<%= javascript_include_tag "app"%>
|
||||
<%= javascript_include_tag "#{@dataApi}" if @dataApi != nil%>
|
||||
<script src="https://apis.google.com/js/platform.js" async defer></script>
|
||||
<%= javascript_include_tag "googleplatform", async: true, defer: true %>
|
||||
<%= render_google_analytics %>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue