diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 8a96db55c0..b38db2772f 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/javascript.html b/docs/javascript.html index f5563ac537..4ab4f5af3b 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -930,7 +930,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {


-

Using bootstrap-alerts.js

+

Using bootstrap-alert.js

Enable dismissal of an alert via javascript:

$(".alert").alert()

Markup

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 553913d21d..c072e306bd 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -854,7 +854,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {


-

{{_i}}Using bootstrap-alerts.js{{/i}}

+

{{_i}}Using bootstrap-alert.js{{/i}}

{{_i}}Enable dismissal of an alert via javascript:{{/i}}

$(".alert").alert()

{{_i}}Markup{{/i}}