aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Jansen <[email protected]>2016-05-13 14:36:46 +0200
committerHeiko Jansen <[email protected]>2016-05-13 14:36:46 +0200
commitf4c86ffc77227e700ce962bf159431b0dd7c9e19 (patch)
tree5a739a0267d4f160a69e08c93f47956e707084e0
parent9a50b1f04f49c7b7891391879cf3a47e521f4f77 (diff)
downloadbootstrap-f4c86ffc77227e700ce962bf159431b0dd7c9e19.tar.xz
bootstrap-f4c86ffc77227e700ce962bf159431b0dd7c9e19.zip
Remove reference to "loaded.bs.modal" event
Since the "remote" option is no longer available in v4 the reference to the "loaded.bs.modal" event is no longer needed, too.
-rw-r--r--docs/components/modal.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md
index f3c29dac6..55a0878b6 100644
--- a/docs/components/modal.md
+++ b/docs/components/modal.md
@@ -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>