CRM-14383 - Update cj closures
[civicrm-core.git] / templates / CRM / Financial / Form / FinancialBatch.tpl
index 41bf2d8bb47b07d2b9f61dd4104074c624a1f2fd..8aa74cd7c8c020bc30293a1b86f4c52ed0e3bb21 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.                                    |
  |                                                                    |
@@ -94,7 +94,7 @@
 {include file="CRM/Form/validate.tpl"}
 {literal}
 <script type="text/javascript">
-cj(function($){
+CRM.$(function($) {
   $().crmAccordions();
 });
 </script>