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:
parent
54284a13c6
commit
9900771aa7
@ -46,6 +46,7 @@
|
||||
|
||||
this.$body
|
||||
.find(this.selector)
|
||||
.filter(':visible')
|
||||
.map(function () {
|
||||
var $el = $(this)
|
||||
var href = $el.data('target') || $el.attr('href')
|
||||
|
Loading…
Reference in New Issue
Block a user