diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-03-26 01:50:28 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-03-26 01:50:28 +0000 |
| commit | b6508f5d0465853174e88d3dc7a24808cb1af56f (patch) | |
| tree | c63040e2b0967fa31055d1f2d94039c21792448d /docs/dist/js/bootstrap.js | |
| parent | caa84299ec9cc458265b853e9e925def3eb070d7 (diff) | |
| download | bootstrap-b6508f5d0465853174e88d3dc7a24808cb1af56f.tar.xz bootstrap-b6508f5d0465853174e88d3dc7a24808cb1af56f.zip | |
automatic `grunt dist`
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 5 |
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') |
