2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Revert "Scrollspy: ignore invisible list items"

This commit is contained in:
Heinrich Fenkart
2014-10-26 01:50:38 +02:00
parent db550a9235
commit c1f669e83b
-1
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] })