aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-14 16:23:20 -0700
committerChris Rebert <[email protected]>2013-10-14 16:24:58 -0700
commit4e1808930a7ad9cbfcf76a5b05ac90bced761eb8 (patch)
tree733ea4ae48e1afaf683996da0eb1f4e289205afc /javascript.html
parent036712ed9015c1ea19f2f400526b37c5115446f6 (diff)
downloadbootstrap-4e1808930a7ad9cbfcf76a5b05ac90bced761eb8.tar.xz
bootstrap-4e1808930a7ad9cbfcf76a5b05ac90bced761eb8.zip
add IDs to frequently-referenced parts of the docs
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index 2b03b0927..81f3d1e1c 100644
--- a/javascript.html
+++ b/javascript.html
@@ -104,7 +104,7 @@ $('#myModal').on('show.bs.modal', function (e) {
<h2 id="modals-examples">Examples</h2>
<p>Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.</p>
- <div class="bs-callout bs-callout-warning">
+ <div class="bs-callout bs-callout-warning" id="callout-stacked-modals">
<h4>Overlapping modals not supported</h4>
<p>Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.</p>
</div>