diff options
| author | fat <[email protected]> | 2013-12-25 20:33:05 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2013-12-25 20:33:05 -0800 |
| commit | fc7049b18f52823e29d0eb9d30c32801113a1509 (patch) | |
| tree | 819d4fd4e07f84d026b08d877a37c154c50fa7b4 /js | |
| parent | 3161acd710029b57080d879738b13c91475149d8 (diff) | |
| download | bootstrap-fc7049b18f52823e29d0eb9d30c32801113a1509.tar.xz bootstrap-fc7049b18f52823e29d0eb9d30c32801113a1509.zip | |
fixes #10675
Diffstat (limited to 'js')
| -rw-r--r-- | js/scrollspy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/scrollspy.js b/js/scrollspy.js index 79fa10e6d..571dafbde 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -85,7 +85,7 @@ this.activeTarget = target $(this.selector) - .parents('.active') + .parentsUntil(this.options.target, '.active') .removeClass('active') var selector = this.selector + |
