From da948508447de169ab05c10a5f0a64bcb6a8aeb6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2012 22:50:21 -0800 Subject: fix filename mention in js docs per #1938 --- docs/assets/bootstrap.zip | Bin 53155 -> 53155 bytes docs/javascript.html | 2 +- docs/templates/pages/javascript.mustache | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 8a96db55c..b38db2772 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 f5563ac53..4ab4f5af3 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 553913d21..c072e306b 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}}

-- cgit v1.2.3