Commit 7d75734e authored by Chris Rebert's avatar Chris Rebert

Merge pull request #13615 from twbs/namespacing

add missing event namespacing in modal.js
parents 082bc20b 3d1723d6
......@@ -269,7 +269,7 @@
if ($this.is('a')) e.preventDefault()
Plugin.call($target, option, this)
$target.one('hide', function () {
$target.one('hide.bs.modal', function () {
$this.is(':visible') && $this.trigger('focus')
})
})
......
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