mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 10:50:58 +00:00
fixes #12211: Scrollspy: Navs in different tabs can interfere with each othe
This commit is contained in:
parent
54284a13c6
commit
9900771aa7
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue