From 8d806b0ae5f618065a466cdfc9853020fb72cd9d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 22 Oct 2014 18:03:31 -0700 Subject: [PATCH] Document .alert-dismissible .close restrictions; fixes #14802 [skip sauce] --- docs/_includes/js/alerts.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_includes/js/alerts.html b/docs/_includes/js/alerts.html index e9a3120dea..7f539092f6 100644 --- a/docs/_includes/js/alerts.html +++ b/docs/_includes/js/alerts.html @@ -3,6 +3,7 @@

Example alerts

Add dismiss functionality to all alert messages with this plugin.

+

When using a .close button, it must be the first child of the .alert-dismissible and no text content may come before it in the markup.