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

Merge pull request #13615 from twbs/namespacing

add missing event namespacing in modal.js
parents 082bc20b 3d1723d6
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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')
})
})
......
Supports Markdown
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