diff --git a/js/modal.js b/js/modal.js
index 109f66d7d26dea07a746d9c4dc83e0c552d71e9a..a89eb0c09f5372b2e60c67d3a1276ab7a6f0508c 100644
--- a/js/modal.js
+++ b/js/modal.js
@@ -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')
     })
   })