Skip to content

Commit

Permalink
Fix for prod environment analytics code rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Mar 25, 2024
1 parent aa0e1b0 commit b80279b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_head_includes.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DLC VERSION: <%= IO.read(Rails.root.to_s+'/VERSION') %> -->
<%- js_packs << 'ohsynchronizer' if params[:action] == 'synchronizer' %>
<%= javascript_pack_tag *js_packs %>
<% if Rails.env == 'dcv_prod' %>
<% if Rails.env == 'dlc_prod' %>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-796949-25"></script>
<script>
Expand Down

0 comments on commit b80279b

Please sign in to comment.