Skip to content

Commit

Permalink
fixes twbs#9579
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Aug 17, 2013
1 parent 484d51c commit a10ec62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget })

transition ?
that.$element
that.$element.find('.modal-dialog') // wait for modal to slide in
.one($.support.transition.end, function () {
that.$element.focus().trigger(e)
})
Expand Down
Loading

0 comments on commit a10ec62

Please sign in to comment.