CRM-14383 - Update cj closures
[civicrm-core.git] / templates / CRM / Contact / Form / Inline / Email.tpl
index f8746ebba014f9954ae6ed82775a0879a780b665..73fea94c0041ce15c771da6ad2e5c4e0c9bb52e7 100644 (file)
@@ -67,7 +67,7 @@
 
 {literal}
 <script type="text/javascript">
-    cj(function($) {
+    CRM.$(function($) {
       // check first primary radio
       $('#Email_1_IsPrimary').prop('checked', true );
     });