Commit fc7049b1 authored by fat's avatar fat
Browse files

fixes #10675

parent 3161acd7
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
......@@ -1591,7 +1591,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
this.activeTarget = target
$(this.selector)
.parents('.active')
.parentsUntil(this.options.target, '.active')
.removeClass('active')
var selector = this.selector +
......
This diff is collapsed.
This diff is collapsed.
......@@ -85,7 +85,7 @@
this.activeTarget = target
$(this.selector)
.parents('.active')
.parentsUntil(this.options.target, '.active')
.removeClass('active')
var selector = this.selector +
......
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