From c343285b88ba59f32c1ffa48daa6913e27594461 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 7 Jul 2014 20:18:10 +0100 Subject: [PATCH] Add missing ; --- templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl b/templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl index 9088aa348c..38773cf2b5 100644 --- a/templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl +++ b/templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl @@ -271,7 +271,7 @@ cj('#onbehalfof_id').change(function() { function selectCreateOrg( orgOption, reset ) { if (orgOption == 0) { cj("#onbehalfof_id").show().change(); - cj("input#onbehalf_organization_name").hide() + cj("input#onbehalf_organization_name").hide(); } else if ( orgOption == 1 ) { cj("input#onbehalf_organization_name").show(); -- 2.25.1