Merge branch 'rcsheets-docstring-cleanup'
[civicrm-core.git] / templates / CRM / Contact / Form / Inline / Phone.tpl
index 9c1c93c41e72d21329c910d51e54340e6ec59049..327b02dce00a59d0f2d312886a9218d364a16039 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -62,7 +62,7 @@
 
 {literal}
 <script type="text/javascript">
-  cj(function($) {
+  CRM.$(function($) {
     // check first primary radio
     $('#Phone_1_IsPrimary').prop('checked', true );
   });