CRM-13912 - fix accordion header for SMS Message body.
[civicrm-core.git] / templates / CRM / Contact / Form / Contact.tpl
index e657a514ac4aae07d04d30d97f2ee24c6e80b6bd..8923334e0188167c78d4691f382238f5b6cfbd17 100644 (file)
   {literal}
 
   <script type="text/javascript" >
-  cj(function($) {
+  CRM.$(function($) {
     var action = "{/literal}{$action}{literal}";
-    $().crmAccordions();
 
     $('.crm-accordion-body').each( function() {
       //remove tab which doesn't have any element
 {* include common additional blocks tpl *}
 {include file="CRM/common/additionalBlocks.tpl"}
 
-{* include jscript to warn if unsaved form field changes *}
-{include file="CRM/common/formNavigate.tpl"}
-
 {/if}