Browse Source

Update app/views/layouts/application.html.erb

Co-authored-by: James Rose <james@jbpr.net>
pull/964/head
Sam 3 years ago committed by GitHub
parent
commit
30dd07e934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/layouts/application.html.erb

2
app/views/layouts/application.html.erb

@ -38,7 +38,7 @@
<% else %> <% else %>
<script> <script>
// For adding the script once the user has given permission // For adding the script once the user has given permission
window.ecfAnalyticsScript = "https://www.googletagmanager.com/gtag/js?id=<%= gtm_id %>"; window.analyticsScript = "https://www.googletagmanager.com/gtag/js?id=<%= gtm_id %>";
</script> </script>
<% end %> <% end %>
<script> <script>

Loading…
Cancel
Save