From ccb630e60f9db841c854c66bb3930146e54362d1 Mon Sep 17 00:00:00 2001 From: Jonathon Leight Date: Fri, 30 Aug 2013 15:01:07 -0400 Subject: [PATCH] Fix broken link to alerts section of JS page. Link was pointing to #js-alerts, but that section of the page does not exist. Changed to #alerts instead. --- components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.html b/components.html index c24eaf8595..12c72e00ae 100644 --- a/components.html +++ b/components.html @@ -2209,7 +2209,7 @@ body { padding-bottom: 70px; } -

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

+

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

Examples

Wrap any text and an optional dismiss button in .alert and one of the four contextual classes (e.g., .alert-success) for basic alert messages.