From: Mark Otto Date: Thu, 15 Apr 2021 06:21:36 +0000 (-0700) Subject: Fix toggle between modals example X-Git-Tag: v5.0.0~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d25920b182dc2dbb758345697034008897e04117;p=thirdparty%2Fbootstrap.git Fix toggle between modals example --- diff --git a/site/content/docs/5.0/components/modal.md b/site/content/docs/5.0/components/modal.md index 3e8ad80102..41aedeb012 100644 --- a/site/content/docs/5.0/components/modal.md +++ b/site/content/docs/5.0/components/modal.md @@ -513,70 +513,41 @@ exampleModal.addEventListener('show.bs.modal', function (event) { Toggle between multiple modals with some clever placement of the `data-bs-target` and `data-bs-toggle` attributes. For example, you could toggle a password reset modal from within an already open sign in modal. **Please note multiple modals cannot be open at the same time**—this method simply toggles between two separate modals. -
- - - Open first modal -
- -```html - -