From: Heiko Jansen Date: Fri, 13 May 2016 12:36:46 +0000 (+0200) Subject: Remove reference to "loaded.bs.modal" event X-Git-Tag: v4.0.0-alpha.4~29^2~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4c86ffc77227e700ce962bf159431b0dd7c9e19;p=thirdparty%2Fbootstrap.git 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. --- diff --git a/docs/components/modal.md b/docs/components/modal.md index f3c29dac6a..55a0878b6c 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 hidden.bs.modal This event is fired when the modal has finished being hidden from the user (will wait for CSS transitions to complete). - - loaded.bs.modal - This event is fired when the modal has loaded content using the remote option. -