X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2Fcommon%2FpaymentBlock.tpl;h=d9f04277324527627dee029e8b010289ca09aef3;hb=4464ba1a00029982312455fd0f063debf281e942;hp=8cb3c8a32b7c987bcada71a9dade6adff2c7786a;hpb=8906b92a00b4907e620e80624fb6ac6baa368bed;p=civicrm-core.git diff --git a/templates/CRM/common/paymentBlock.tpl b/templates/CRM/common/paymentBlock.tpl index 8cb3c8a32b..d9f0427732 100644 --- a/templates/CRM/common/paymentBlock.tpl +++ b/templates/CRM/common/paymentBlock.tpl @@ -59,10 +59,10 @@ function buildPaymentBlock( type ) { } CRM.$(function($) { - cj('.crm-group.payment_options-group').show(); + $('.crm-group.payment_options-group').show(); - cj('input[name="payment_processor"]').change( function() { - buildPaymentBlock( cj(this).val() ); + $('input[name="payment_processor"]').change( function() { + buildPaymentBlock( $(this).val() ); }); });