From 97f8e5610d39581219fed48ec9d63d99eb9590e8 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Mon, 18 May 2015 08:35:48 -0400 Subject: [PATCH] Clarify the bs-callout on multiple open modals [Close #16502] Clarify the bs-callout on multiple open modals Currently it states overlapping modals, this isn't the only case as this truly applies to any instance when a user would want to open multiple modals at the same time. For this reason, I have modified the title of the callout to make this more clear. --- docs/_includes/js/modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index fca8c42c9656..840091f8543c 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -3,7 +3,7 @@

Modals modal.js

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

-

Overlapping modals not supported

+

Multiple open 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.