2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #13576 from twbs/fat-12211

fixes #12211: Scrollspy: Navs in different tabs can interfere with each ...
This commit is contained in:
Jacob
2014-05-12 19:17:12 -07:00
+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')