diff options
| author | Jacob Thornton <[email protected]> | 2012-06-02 21:19:56 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-06-02 21:19:56 -0700 |
| commit | a38bc90b482c086e805aa2e942b56cd1429d5766 (patch) | |
| tree | 834999fb3db10d953d40823bb06d594716983edc /docs | |
| parent | ebc1fe907d5dede1c7251dc1a25b9015a7f779d7 (diff) | |
| download | bootstrap-a38bc90b482c086e805aa2e942b56cd1429d5766.tar.xz bootstrap-a38bc90b482c086e805aa2e942b56cd1429d5766.zip | |
change note to point out that boostrap.js bundles all plugins #3174
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index ab93f1c33..f966ba203 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -162,7 +162,7 @@ <p class="muted"><strong>*</strong> Required for animation in plugins</p> </div> </div> <!-- /row --> - <div class="alert alert-info"><strong>Heads up!</strong> All javascript plugins require the latest version of jQuery.</div> + <div class="alert alert-info"><strong>Heads up!</strong> If you have downloaded the latest version of Bootstrap, both <strong>bootstrap.js</strong> and <strong>bootstrap.min.js</strong> contain all of these plugins.</div> </section> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 568a6c474..26ca9b538 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -84,7 +84,7 @@ <p class="muted"><strong>*</strong> {{_i}}Required for animation in plugins{{/i}}</p> </div> </div> <!-- /row --> - <div class="alert alert-info"><strong>{{_i}}Heads up!{{/i}}</strong> {{_i}}All javascript plugins require the latest version of jQuery.{{/i}}</div> + <div class="alert alert-info"><strong>{{_i}}Heads up!{{/i}}</strong> {{_i}} If you have downloaded the latest version of Bootstrap, both <strong>bootstrap.js</strong> and <strong>bootstrap.min.js</strong> contain all of these plugins.{{/i}}</div> </section> |
