From 4e1808930a7ad9cbfcf76a5b05ac90bced761eb8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 14 Oct 2013 16:23:20 -0700 Subject: add IDs to frequently-referenced parts of the docs --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript.html') 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) {

Examples

Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.

-
+

Overlapping modals not supported

Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.

-- cgit v1.2.3