Commit b6508f5d authored by Bootstrap's Grunt bot's avatar Bootstrap's Grunt bot

automatic `grunt dist`

parent caa84299
...@@ -997,9 +997,7 @@ if (typeof jQuery === 'undefined') { ...@@ -997,9 +997,7 @@ if (typeof jQuery === 'undefined') {
that.$element[0].offsetWidth // force reflow that.$element[0].offsetWidth // force reflow
} }
that.$element that.$element.addClass('in')
.addClass('in')
.attr('aria-hidden', false)
that.enforceFocus() that.enforceFocus()
...@@ -1033,7 +1031,6 @@ if (typeof jQuery === 'undefined') { ...@@ -1033,7 +1031,6 @@ if (typeof jQuery === 'undefined') {
this.$element this.$element
.removeClass('in') .removeClass('in')
.attr('aria-hidden', true)
.off('click.dismiss.bs.modal') .off('click.dismiss.bs.modal')
.off('mouseup.dismiss.bs.modal') .off('mouseup.dismiss.bs.modal')
......
This diff is collapsed.
...@@ -997,9 +997,7 @@ if (typeof jQuery === 'undefined') { ...@@ -997,9 +997,7 @@ if (typeof jQuery === 'undefined') {
that.$element[0].offsetWidth // force reflow that.$element[0].offsetWidth // force reflow
} }
that.$element that.$element.addClass('in')
.addClass('in')
.attr('aria-hidden', false)
that.enforceFocus() that.enforceFocus()
...@@ -1033,7 +1031,6 @@ if (typeof jQuery === 'undefined') { ...@@ -1033,7 +1031,6 @@ if (typeof jQuery === 'undefined') {
this.$element this.$element
.removeClass('in') .removeClass('in')
.attr('aria-hidden', true)
.off('click.dismiss.bs.modal') .off('click.dismiss.bs.modal')
.off('mouseup.dismiss.bs.modal') .off('mouseup.dismiss.bs.modal')
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment