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.
This commit is contained in:
Heiko Jansen 2016-05-13 14:36:46 +02:00
parent 9a50b1f04f
commit f4c86ffc77
1 changed files with 0 additions and 4 deletions

View 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>