Commit c312d735 authored by Jacob's avatar Jacob
Browse files

Merge pull request #13191 from AshleyDawson/master

Fixed nested tab elements li activation
parents d4c72487 138af82e
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment