selected changed to active at some point
This commit is contained in:
parent
d5d5760d29
commit
f94e48d59a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const Create = {
|
|||
// // SWITCHING METACODE SETS
|
||||
|
||||
$('#metacodeSwitchTabs').tabs({
|
||||
selected: self.selectedMetacodeSetIndex
|
||||
active: self.selectedMetacodeSetIndex
|
||||
}).addClass('ui-tabs-vertical ui-helper-clearfix')
|
||||
$('#metacodeSwitchTabs .ui-tabs-nav li').removeClass('ui-corner-top').addClass('ui-corner-left')
|
||||
$('.customMetacodeList li').click(self.toggleMetacodeSelected) // within the custom metacode set tab
|
||||
|
|
Loading…
Add table
Reference in a new issue