CRM-16252 remove calls to undefined function showRuleFields().
authorDave Greenberg <dave@civicrm.org>
Tue, 7 Apr 2015 22:52:18 +0000 (15:52 -0700)
committerDave Greenberg <dave@civicrm.org>
Tue, 7 Apr 2015 22:52:18 +0000 (15:52 -0700)
----------------------------------------
* 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

index d27e7a0d719d68a9541d5d6e503707370be6aaf7..f2264b83db005eceaacad4a17979724eddf7bef0 100644 (file)
@@ -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);