From a10ec62f6372d6c99da286cb1af59c44e411c5a8 Mon Sep 17 00:00:00 2001 From: fat Date: Sat, 17 Aug 2013 15:05:59 -0700 Subject: fixes #9579 --- js/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/modal.js b/js/modal.js index 0b392d161..65eba481e 100644 --- a/js/modal.js +++ b/js/modal.js @@ -78,7 +78,7 @@ 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) }) -- cgit v1.2.3