CRM-14383 - Update cj closures
[civicrm-core.git] / templates / CRM / Contact / Form / Search / ResultTasks.tpl
index 880ed11c537a107ec422acc43a64bdd29d3549ab..c6f98118680ea72fdb4a1d3033989fe16524c52f 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 @@
 
 {literal}
 <script type="text/javascript">
-cj(function() {
+CRM.$(function($) {
   toggleTaskAction( );
 });
 </script>