Skip to content

Commit

Permalink
Fixes #19.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahc-is committed Jan 26, 2018
1 parent 71f52dd commit e906b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_analytics.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', '<%= @system_info.google_analytics_id %>', 'umn.edu');
ga('create', '<%= @system_info.google_analytics_id %>', '<%= @system_info.contact_email_suffix.gsub("@", "") %>');

if(window.localStorage.getItem('utm_source')) {
var utm_source = window.localStorage.getItem('utm_source');
Expand Down

0 comments on commit e906b5c

Please sign in to comment.