2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03: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
+1
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')