From: fat Date: Tue, 13 May 2014 02:15:23 +0000 (-0700) Subject: fixes #12211: Scrollspy: Navs in different tabs can interfere with each othe X-Git-Tag: v3.2.0~174^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9900771aa7f1b3ddcee49aec84082104776ace70;p=thirdparty%2Fbootstrap.git fixes #12211: Scrollspy: Navs in different tabs can interfere with each othe --- diff --git a/js/scrollspy.js b/js/scrollspy.js index 1f91535526..4ba733e787 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -46,6 +46,7 @@ this.$body .find(this.selector) + .filter(':visible') .map(function () { var $el = $(this) var href = $el.data('target') || $el.attr('href')