From: Heinrich Fenkart Date: Sat, 25 Oct 2014 23:50:38 +0000 (+0200) Subject: Revert "Scrollspy: ignore invisible list items" X-Git-Tag: v3.3.0~54^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f669e83b9f867d38ba251bb1f944cec874fa4b;p=thirdparty%2Fbootstrap.git Revert "Scrollspy: ignore invisible list items" --- diff --git a/js/scrollspy.js b/js/scrollspy.js index 841df18784..db2378787e 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -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] })