From d0e6bd88196c6067ca4fc1babd4db043d5c6f925 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 7 Apr 2015 15:52:18 -0700 Subject: [PATCH] CRM-16252 remove calls to undefined function showRuleFields(). ---------------------------------------- * CRM-16252: Remove references to unused javascript function in Configure Event : Online Registration form https://issues.civicrm.org/jira/browse/CRM-16252 --- templates/CRM/Event/Form/ManageEvent/Registration.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/CRM/Event/Form/ManageEvent/Registration.tpl b/templates/CRM/Event/Form/ManageEvent/Registration.tpl index d27e7a0d71..f2264b83db 100644 --- a/templates/CRM/Event/Form/ManageEvent/Registration.tpl +++ b/templates/CRM/Event/Form/ManageEvent/Registration.tpl @@ -483,11 +483,8 @@ $(function($) { $('#additional_profile_pre,#additional_profile_post').show(); } - showRuleFields({/literal}{$ruleFields}{literal}); }); - $('#allow_same_participant_emails').change( function() { showRuleFields({/literal}{$ruleFields}{literal}) }); - $('#registration_blocks').on('click', '.crm-button-add-profile', addBottomProfile); $('#registration_blocks').on('click', '.crm-button-rem-profile', removeBottomProfile); -- 2.25.1