exclude date improvements
[civicrm-core.git] / templates / CRM / common / paymentBlock.tpl
index f3ad083fa8189e84d3ad152b877128ba2dc41ab2..c1a5b8b8056fde8db98ba55f4216b6c019a55093 100644 (file)
@@ -61,10 +61,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() );
     });
 });