Commit fd0f563d authored by Jacob's avatar Jacob

Merge pull request #13576 from twbs/fat-12211

fixes #12211: Scrollspy: Navs in different tabs can interfere with each ...
parents 54284a13 9900771a
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
this.$body this.$body
.find(this.selector) .find(this.selector)
.filter(':visible')
.map(function () { .map(function () {
var $el = $(this) var $el = $(this)
var href = $el.data('target') || $el.attr('href') var href = $el.data('target') || $el.attr('href')
......
Markdown is supported
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