]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove reference to "loaded.bs.modal" event
authorHeiko Jansen <heikojansen@users.noreply.github.com>
Fri, 13 May 2016 12:36:46 +0000 (14:36 +0200)
committerHeiko Jansen <heikojansen@users.noreply.github.com>
Fri, 13 May 2016 12:36:46 +0000 (14:36 +0200)
Since the "remote" option is no longer available in v4 the reference to the "loaded.bs.modal" event is no longer needed, too.

docs/components/modal.md

index f3c29dac6a705e942e83fbbb57ae1a3853e14d96..55a0878b6c0dc4a001e8e58d2d211aa1037172f0 100644 (file)
@@ -480,10 +480,6 @@ Bootstrap's modal class exposes a few events for hooking into modal functionalit
        <td>hidden.bs.modal</td>
        <td>This event is fired when the modal has finished being hidden from the user (will wait for CSS transitions to complete).</td>
      </tr>
-     <tr>
-       <td>loaded.bs.modal</td>
-       <td>This event is fired when the modal has loaded content using the <code>remote</code> option.</td>
-     </tr>
     </tbody>
   </table>
 </div>