Add missing ;
authorColeman Watts <coleman@civicrm.org>
Mon, 7 Jul 2014 19:18:10 +0000 (20:18 +0100)
committerColeman Watts <coleman@civicrm.org>
Mon, 7 Jul 2014 19:18:10 +0000 (20:18 +0100)
templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl

index 9088aa348c6726e3be01895266b1dff3ccce9e18..38773cf2b5571ad4b256e780928864babb0b90dc 100644 (file)
@@ -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();