Skip to content
Snippets Groups Projects
Commit cc7ca4a7 authored by colemanw's avatar colemanw
Browse files

CRM-13932 - UI Tabs cleanup

parent 349a45b7
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment