diff --git a/app/views/admin/system/edit.html.erb b/app/views/admin/system/edit.html.erb index 2aaded0..8ef19c6 100644 --- a/app/views/admin/system/edit.html.erb +++ b/app/views/admin/system/edit.html.erb @@ -179,10 +179,12 @@ if(window.localStorage.getItem('utm_source')) { campaignElement.value = window.localStorage.getItem('utm_source'); } - var formElement = document.getElementById('edit_study_finder_system_info_1'); + var formElement = document.getElementById('edit_system_info_1'); formElement.addEventListener('submit', function (evt) { evt.preventDefault(); window.localStorage.setItem('utm_source', campaignElement.value); this.submit(); }, false); + }); + \ No newline at end of file diff --git a/app/views/themed/_home_lower_right.html.erb b/app/views/themed/_home_lower_right.html.erb index 527031b..addacdd 100644 --- a/app/views/themed/_home_lower_right.html.erb +++ b/app/views/themed/_home_lower_right.html.erb @@ -1,15 +1,12 @@
ResearchMatch.org connects volunteers with research studies across the country. Volunteers of any age, race, ethnicity, or health status are invited to join. Log on, register, and receive emails when studies might be a good fit for you.
-ResearchMatch.org connects volunteers with research studies across the country. Volunteers of any age, race, ethnicity, or health status are invited to join. Log on, register, and receive emails when studies might be a good fit for you.
+