From cc7ca4a716eb8af83fb45fd13b062c5e66852654 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 26 Dec 2013 17:31:33 -0800 Subject: [PATCH] CRM-13932 - UI Tabs cleanup --- templates/CRM/Admin/Page/Extensions.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Page/Extensions.tpl b/templates/CRM/Admin/Page/Extensions.tpl index 3519adffb0..a4ee66f8cd 100644 --- a/templates/CRM/Admin/Page/Extensions.tpl +++ b/templates/CRM/Admin/Page/Extensions.tpl @@ -110,7 +110,7 @@ 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} -- 2.25.1