From 83283442125170dd55a875254245bd63255844b9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 26 Aug 2015 22:11:44 +0300 Subject: Use `https` when possible. [ci skip] --- docs/components/modal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/components/modal.md') diff --git a/docs/components/modal.md b/docs/components/modal.md index 2b28c1998..c4869255b 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -180,7 +180,7 @@ Additionally, you may give a description of your modal dialog with `aria-describ {% callout info %} #### Embedding YouTube videos -Embedding YouTube videos in modals requires additional JavaScript not in Bootstrap to automatically stop playback and more. [See this helpful Stack Overflow post](http://stackoverflow.com/questions/18622508/bootstrap-3-and-youtube-in-modal) for more information. +Embedding YouTube videos in modals requires additional JavaScript not in Bootstrap to automatically stop playback and more. [See this helpful Stack Overflow post](https://stackoverflow.com/questions/18622508/bootstrap-3-and-youtube-in-modal) for more information. {% endcallout %} ## Optional sizes @@ -316,7 +316,7 @@ To take advantage of the Bootstrap grid system within a modal, just nest `.conta ## Varying modal content based on trigger button -Have a bunch of buttons that all trigger the same modal, just with slightly different contents? Use `event.relatedTarget` and [HTML `data-*` attributes](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes) (possibly [via jQuery](http://api.jquery.com/data/)) to vary the contents of the modal depending on which button was clicked. See the Modal Events docs for details on `relatedTarget`. +Have a bunch of buttons that all trigger the same modal, just with slightly different contents? Use `event.relatedTarget` and [HTML `data-*` attributes](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes) (possibly [via jQuery](https://api.jquery.com/data/)) to vary the contents of the modal depending on which button was clicked. See the Modal Events docs for details on `relatedTarget`. {% example html %}
-- cgit v1.2.3 From b424626e97eea74166e9dd8ebc2be1573a0c3c94 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Tue, 25 Aug 2015 17:12:18 +1000 Subject: Update all usages of 'control-label' with 'form-control-label' in docs --- docs/components/modal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/components/modal.md') diff --git a/docs/components/modal.md b/docs/components/modal.md index c4869255b..6bda50798 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -336,11 +336,11 @@ Have a bunch of buttons that all trigger the same modal, just with slightly diff