diff options
| author | fat <[email protected]> | 2013-05-16 11:06:30 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-05-16 11:06:30 -0700 |
| commit | 14651035deda4d02a1ca02c6088c34f770f897f6 (patch) | |
| tree | 34002a1d364bb2618ab2526d5f0f9bd5c823bf47 /docs/customize.html | |
| parent | 509f2244da757a60d3548a7d34d63080dc01ee19 (diff) | |
| download | bootstrap-14651035deda4d02a1ca02c6088c34f770f897f6.tar.xz bootstrap-14651035deda4d02a1ca02c6088c34f770f897f6.zip | |
a bunch javascript junk
Diffstat (limited to 'docs/customize.html')
| -rw-r--r-- | docs/customize.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/customize.html b/docs/customize.html index 710875b72..20020a31c 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -89,57 +89,57 @@ title: Customize and download <div class="row download-builder"> <div class="col-span-3"> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-transition.js"> + <input type="checkbox" checked="true" value="transition.js"> Transitions <small>(required for any animation)</small> </label> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-modal.js"> + <input type="checkbox" checked="true" value="modal.js"> Modals </label> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-dropdown.js"> + <input type="checkbox" checked="true" value="dropdown.js"> Dropdowns </label> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-scrollspy.js"> + <input type="checkbox" checked="true" value="scrollspy.js"> Scrollspy </label> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-tab.js"> + <input type="checkbox" checked="true" value="tab.js"> Togglable tabs </label> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-tooltip.js"> + <input type="checkbox" checked="true" value="tooltip.js"> Tooltips </label> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-popover.js"> + <input type="checkbox" checked="true" value="popover.js"> Popovers <small>(requires Tooltips)</small> </label> </div><!-- /span --> <div class="col-span-3"> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-affix.js"> + <input type="checkbox" checked="true" value="affix.js"> Affix </label> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-alert.js"> + <input type="checkbox" checked="true" value="alert.js"> Alert messages </label> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-button.js"> + <input type="checkbox" checked="true" value="button.js"> Buttons </label> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-collapse.js"> + <input type="checkbox" checked="true" value="collapse.js"> Collapse </label> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-carousel.js"> + <input type="checkbox" checked="true" value="carousel.js"> Carousel </label> <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-typeahead.js"> + <input type="checkbox" checked="true" value="typeahead.js"> Typeahead </label> </div><!-- /span --> |
