Skip to content

Commit

Permalink
Tabs: TODO check
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Hartl committed Jan 25, 2009
1 parent 0162350 commit 03b1cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.tabs.js
Expand Up @@ -224,7 +224,7 @@ $.widget("ui.tabs", {
}
// update selected after add/remove
else
o.selected = this.$lis.index(this.$lis.filter('.ui-tabs-selected')); // TODO check adding with all unselected
o.selected = this.$lis.index(this.$lis.filter('.ui-tabs-selected'));

// set or update cookie after init and add/remove respectively
if (o.cookie) this._cookie(o.selected, o.cookie);
Expand Down

0 comments on commit 03b1cfe

Please sign in to comment.