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 changed files with 1 additions and 0 deletions

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')