aboutsummaryrefslogtreecommitdiff
path: root/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-05-12 19:53:12 -0700
committerMark Otto <[email protected]>2014-05-12 19:53:12 -0700
commit0d1018cb2fffd5780762cb4154ec01aba6956d16 (patch)
tree52f21e2f2aec823eb46cba4e12aa2fd082de96a2 /dist/js/bootstrap.js
parent81a1825d6e7194926ec74114e388dbdac9dfd9dd (diff)
downloadbootstrap-0d1018cb2fffd5780762cb4154ec01aba6956d16.tar.xz
bootstrap-0d1018cb2fffd5780762cb4154ec01aba6956d16.zip
grunt
Diffstat (limited to 'dist/js/bootstrap.js')
-rw-r--r--dist/js/bootstrap.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js
index d311998ca..7acbd50df 100644
--- a/dist/js/bootstrap.js
+++ b/dist/js/bootstrap.js
@@ -1671,6 +1671,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
this.$body
.find(this.selector)
+ .filter(':visible')
.map(function () {
var $el = $(this)
var href = $el.data('target') || $el.attr('href')