Skip to content

Commit

Permalink
enable consent cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Oct 7, 2020
1 parent 512300c commit 04bf2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<%= render partial: "layouts/#{ENV['MODE']}/header" -%>
<%= yield -%>
<div id="consent"></div>
<%# <script src="<%= ENV['CDN_URL'] %>/javascripts/consent.js"></script> %>
<script src="<%= ENV['CDN_URL'] %>/javascripts/consent.js"></script>
<% if ENV['GABBA_COOKIE'].present? %>
<div id="ga" data-ga="<%= ENV['GABBA_COOKIE'] %>"></div>
<script src="<%= ENV['CDN_URL'] %>/javascripts/ga.js"></script>
Expand Down

0 comments on commit 04bf2b7

Please sign in to comment.