From 195053a7f1fc446f4d3d5610b52109d29fff706f Mon Sep 17 00:00:00 2001 From: Luis Metzger Date: Tue, 24 Sep 2024 20:30:32 -0600 Subject: [PATCH] Add ERB tags for raw JS. --- app/views/shared/_affiliate_google_analytics.erb | 3 +++ app/views/shared/_google_tag_manager_script.erb | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app/views/shared/_affiliate_google_analytics.erb b/app/views/shared/_affiliate_google_analytics.erb index b47229efd5..3742284917 100644 --- a/app/views/shared/_affiliate_google_analytics.erb +++ b/app/views/shared/_affiliate_google_analytics.erb @@ -1,3 +1,4 @@ +<%= raw <<-JS +JS +%> diff --git a/app/views/shared/_google_tag_manager_script.erb b/app/views/shared/_google_tag_manager_script.erb index 16b78aaac4..3db2bd2e1a 100644 --- a/app/views/shared/_google_tag_manager_script.erb +++ b/app/views/shared/_google_tag_manager_script.erb @@ -1,3 +1,4 @@ +<%= raw <<-JS +JS +%>