Skip to content

Commit

Permalink
Merge pull request #220 from cul/analytics-fix
Browse files Browse the repository at this point in the history
Fix for prod environment analytics code rendering
  • Loading branch information
barmintor committed Mar 25, 2024
2 parents aa0e1b0 + b80279b commit 828ebe7
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 828ebe7

Please sign in to comment.