From 54284a13c6b503d925bf6f75db2830f1af7fcf98 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 12 May 2014 12:54:10 -0700 Subject: [PATCH 1/2] Temporarily revert README deletions from #13470, pending the release of v3.2.0's updated hosted docs. Fixes #13572. --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.md b/README.md index 802b4c7c42..5ef008d03b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ To get started, check out ! - [Quick start](#quick-start) - [Bugs and feature requests](#bugs-and-feature-requests) - [Documentation](#documentation) + - [Compiling CSS and JavaScript](#compiling-css-and-javascript) - [Contributing](#contributing) - [Community](#community) - [Versioning](#versioning) @@ -77,6 +78,41 @@ Documentation for v2.3.2 has been made available for the time being at Date: Mon, 12 May 2014 19:15:23 -0700 Subject: [PATCH 2/2] fixes #12211: Scrollspy: Navs in different tabs can interfere with each othe --- js/scrollspy.js | 1 + 1 file changed, 1 insertion(+) 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')