From 2ead9a5bc34608c982f06391a55fa82cbd856701 Mon Sep 17 00:00:00 2001 From: Martin Bean Date: Fri, 14 Sep 2012 14:06:15 +0100 Subject: [PATCH] Standardized spelling of 'JavaScript'; added icons to file trees --- docs/components.html | 20 ++++++------ docs/customize.html | 2 +- docs/extend.html | 26 +++++++-------- docs/getting-started.html | 32 +++++++++---------- docs/index.html | 2 +- docs/templates/pages/components.mustache | 20 ++++++------ docs/templates/pages/customize.mustache | 2 +- docs/templates/pages/extend.mustache | 26 +++++++-------- docs/templates/pages/getting-started.mustache | 32 +++++++++---------- docs/templates/pages/index.mustache | 2 +- 10 files changed, 82 insertions(+), 82 deletions(-) diff --git a/docs/components.html b/docs/components.html index 61bfc98e36..d4211b4702 100644 --- a/docs/components.html +++ b/docs/components.html @@ -113,7 +113,7 @@

Example

-

Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown javascript plugin.

+

Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.

-

Requires javascript

+

Requires JavaScript

Button dropdowns require the Bootstrap dropdown plugin to function.

-

In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom javascript.

+

In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom JavaScript.


@@ -687,7 +687,7 @@

Disabled state

-

For any nav component (tabs, pills, or list), add .disabled for gray links and no hover effects. Links will remain clickable, however, unless custom javascript is implemented to prevent those clicks.

+

For any nav component (tabs, pills, or list), add .disabled for gray links and no hover effects. Links will remain clickable, however, unless custom JavaScript is implemented to prevent those clicks.

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 95ac1ce4c4..412e62ec29 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -42,7 +42,7 @@

{{_i}}Example{{/i}}

-

{{_i}}Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown javascript plugin.{{/i}}

+

{{_i}}Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.{{/i}}

{{! /example }} -

{{_i}}Requires javascript{{/i}}

+

{{_i}}Requires JavaScript{{/i}}

{{_i}}Button dropdowns require the Bootstrap dropdown plugin to function.{{/i}}

-

{{_i}}In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom javascript.{{/i}}

+

{{_i}}In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom JavaScript.{{/i}}


@@ -616,7 +616,7 @@

{{_i}}Disabled state{{/i}}

-

{{_i}}For any nav component (tabs, pills, or list), add .disabled for gray links and no hover effects. Links will remain clickable, however, unless custom javascript is implemented to prevent those clicks.{{/i}}

+

{{_i}}For any nav component (tabs, pills, or list), add .disabled for gray links and no hover effects. Links will remain clickable, however, unless custom JavaScript is implemented to prevent those clicks.{{/i}}

-- 2.47.2