Merge pull request #14873 from twbs/revert-14569-scrollspy-ignore-invisible-targets

Revert "Scrollspy: ignore invisible list items"
This commit is contained in:
Heinrich Fenkart 2014-10-26 01:56:08 +02:00
commit 1403748907
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@
return ($href
&& $href.length
&& $href.is(':visible')
&& $el.is(':visible')
&& [[$href[offsetMethod]().top + offsetBase, href]]) || null
})
.sort(function (a, b) { return a[0] - b[0] })