0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

fixes #12211: Scrollspy: Navs in different tabs can interfere with each othe

This commit is contained in:
fat 2014-05-12 19:15:23 -07:00
parent 54284a13c6
commit 9900771aa7

View File

@ -46,6 +46,7 @@
this.$body
.find(this.selector)
.filter(':visible')
.map(function () {
var $el = $(this)
var href = $el.data('target') || $el.attr('href')