Merge pull request #13191 from AshleyDawson/master
Fixed nested tab elements li activation
This commit is contained in:
commit
c312d735d9
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
var $target = $(selector)
|
||||
|
||||
this.activate($this.parent('li'), $ul)
|
||||
this.activate($this.closest('li'), $ul)
|
||||
this.activate($target, $target.parent(), function () {
|
||||
$this.trigger({
|
||||
type: 'shown.bs.tab',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue