From: Jonathon Leight Date: Fri, 30 Aug 2013 19:01:07 +0000 (-0400) Subject: Fix broken link to alerts section of JS page. X-Git-Tag: v3.0.1~109^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10312%2Fhead;p=thirdparty%2Fbootstrap.git 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. --- 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.