aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorBootstrap's Grunt bot <[email protected]>2015-03-26 01:50:28 +0000
committerBootstrap's Grunt bot <[email protected]>2015-03-26 01:50:28 +0000
commitb6508f5d0465853174e88d3dc7a24808cb1af56f (patch)
treec63040e2b0967fa31055d1f2d94039c21792448d /docs/dist/js/bootstrap.js
parentcaa84299ec9cc458265b853e9e925def3eb070d7 (diff)
downloadbootstrap-b6508f5d0465853174e88d3dc7a24808cb1af56f.tar.xz
bootstrap-b6508f5d0465853174e88d3dc7a24808cb1af56f.zip
automatic `grunt dist`
Diffstat (limited to 'docs/dist/js/bootstrap.js')
-rw-r--r--docs/dist/js/bootstrap.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js
index e431bb47e..120906201 100644
--- a/docs/dist/js/bootstrap.js
+++ b/docs/dist/js/bootstrap.js
@@ -997,9 +997,7 @@ if (typeof jQuery === 'undefined') {
that.$element[0].offsetWidth // force reflow
}
- that.$element
- .addClass('in')
- .attr('aria-hidden', false)
+ that.$element.addClass('in')
that.enforceFocus()
@@ -1033,7 +1031,6 @@ if (typeof jQuery === 'undefined') {
this.$element
.removeClass('in')
- .attr('aria-hidden', true)
.off('click.dismiss.bs.modal')
.off('mouseup.dismiss.bs.modal')