Skip to content

Commit

Permalink
Merge pull request #620 from IU-Libraries-Joint-Development/essi-1966…
Browse files Browse the repository at this point in the history
…_quotalytics

Fix quotes in GA blurb
  • Loading branch information
dlpierce committed Jul 2, 2024
2 parents 3ce708d + 6581f0c commit ed1c62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_ga.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', <%= Hyrax.config.google_analytics_id %>);
gtag('config', '<%= Hyrax.config.google_analytics_id %>');
</script>
<% end %>

0 comments on commit ed1c62f

Please sign in to comment.