From 9900771aa7f1b3ddcee49aec84082104776ace70 Mon Sep 17 00:00:00 2001 From: fat Date: Mon, 12 May 2014 19:15:23 -0700 Subject: fixes #12211: Scrollspy: Navs in different tabs can interfere with each othe --- js/scrollspy.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/scrollspy.js') diff --git a/js/scrollspy.js b/js/scrollspy.js index 1f9153552..4ba733e78 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') -- cgit v1.2.3 From f219fee07b14ea1d37e197b1d80f5c7a8e3bc186 Mon Sep 17 00:00:00 2001 From: fat Date: Mon, 12 May 2014 21:15:16 -0700 Subject: versions --- js/scrollspy.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/scrollspy.js') diff --git a/js/scrollspy.js b/js/scrollspy.js index 4ba733e78..74e016dc9 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -32,6 +32,8 @@ this.process() } + ScrollSpy.VERSION = '3.1.1' + ScrollSpy.DEFAULTS = { offset: 10 } -- cgit v1.2.3