Merge pull request #3805 from colemanw/groups
[civicrm-core.git] / templates / CRM / UF / Page / Group.tpl
index df3985511dcb7735d241268a268dbb1815b74370..bcdd8cc6d4709cfdfcce3d65d2fb389c906dc083 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.                                    |
  |                                                                    |
 
   </div> {* maincontainer*}
   <script type='text/javascript'>
-      cj( function() {ldelim}
+      CRM.$(function($) {ldelim}
         var selectedTab = '{if $selectedChild}{$selectedChild}{else}user-profiles{/if}';
-        var tabIndex = cj('#tab_' + selectedTab).prevAll().length;
+        var tabIndex = $('#tab_' + selectedTab).prevAll().length;
         {literal}
-        cj("#mainTabContainer").tabs( {active: tabIndex} );
+        $("#mainTabContainer").tabs( {active: tabIndex} );
       });
     {/literal}
   </script>