diff options
| author | Mark Otto <[email protected]> | 2014-07-12 17:53:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-12 17:53:31 -0700 |
| commit | bb1286a0ab073bce1d18f704d7ac0545ea76c6ef (patch) | |
| tree | 04e6d1c4f0a762c2e86bd933e0cee80f342c8c0b | |
| parent | d9a38cd99f3346a7565bf31cb9143755158c8219 (diff) | |
| download | bootstrap-bb1286a0ab073bce1d18f704d7ac0545ea76c6ef.tar.xz bootstrap-bb1286a0ab073bce1d18f704d7ac0545ea76c6ef.zip | |
Fixes #14133
| -rw-r--r-- | docs/_includes/components/alerts.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_includes/components/alerts.html b/docs/_includes/components/alerts.html index 749ecc2b4..883969073 100644 --- a/docs/_includes/components/alerts.html +++ b/docs/_includes/components/alerts.html @@ -34,6 +34,10 @@ <h2 id="alerts-dismissible">Dismissible alerts</h2> <p>Build on any alert by adding an optional <code>.alert-dismissible</code> and close button.</p> + <div class="bs-callout bs-callout-info"> + <h4>Requires JavaScript alert plugin</h4> + <p>For fully functioning, dismissible alerts, you must use the <a href="../javascript/#alerts">alerts JavaScript plugin</a>.</p> + </div> <div class="bs-example"> <div class="alert alert-warning alert-dismissible" role="alert"> <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> |
