Merge pull request #2736 from colemanw/confirm
[civicrm-core.git] / templates / CRM / Admin / Page / Extensions.tpl
index 3519adffb03244192c6de90b7109e20831ec4589..a4ee66f8cdc9013b3427a8c2716c71ff8a1db6d2 100644 (file)
 
     cj( function() {
       var tabIndex = cj('#tab_' + selectedTab).prevAll().length;
-      cj("#mainTabContainer").tabs({ active: tabIndex, cache: true});
+      cj("#mainTabContainer").tabs({active: tabIndex});
       cj(".crm-tab-button").addClass("ui-corner-bottom");
     });
     {/literal}