Merge pull request #3607 from colemanw/statusBounce
[civicrm-core.git] / templates / CRM / Core / APIDoc.tpl
index ac08b2bb356033635696e6676b946b962a9b25d5..191908f4e5f2be7647c6335d517ca8caed9cf93c 100644 (file)
@@ -63,7 +63,7 @@ function APIDoc(entity){
 }
 
 
-cj(function ($) {
+CRM.$(function($) {
     $('h2.entity').click ( function(){APIDoc($(this).attr('id'))} ); 
     entity=window.location.hash;
     if (entity.substring(0, 1) === '#') {