From: Mark Otto Date: Mon, 13 Feb 2012 06:50:21 +0000 (-0800) Subject: fix filename mention in js docs per #1938 X-Git-Tag: v2.0.2~139^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da948508447de169ab05c10a5f0a64bcb6a8aeb6;p=thirdparty%2Fbootstrap.git fix filename mention in js docs per #1938 --- 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}}