CRM-14383 - Update cj closures
[civicrm-core.git] / templates / CRM / Contribute / Form / ContributionPage / Amount.tpl
index 7583dde5067bdc5f572d2bff37b348c96246d670..917e3fde1ecdb02dc72d25b7bfa6f029d770a9c1 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
      cj('#amountFields').hide();
   }
 
-  cj(function() {
+  CRM.$(function($) {
     payLater('is_pay_later');
   });