diff options
| author | Jacob Thornton <[email protected]> | 2012-01-26 16:12:34 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-26 16:12:34 -0800 |
| commit | d531f72645b72d648d52bd56698a80fcfff38043 (patch) | |
| tree | 93e07bd2ac1e5caa479f4ff09317ce2f8278fca6 /docs/templates | |
| parent | d8e1001836f869436df2de2905411b2236c8cbad (diff) | |
| download | bootstrap-d531f72645b72d648d52bd56698a80fcfff38043.tar.xz bootstrap-d531f72645b72d648d52bd56698a80fcfff38043.zip | |
some js for javascript for builder (stil incomplete)
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/download.mustache | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache index 673bed912..037690e73 100644 --- a/docs/templates/pages/download.mustache +++ b/docs/templates/pages/download.mustache @@ -166,6 +166,10 @@ <div class="row download-builder"> <div class="span4"> <label class="checkbox"> + <input type="checkbox" checked="true" value="bootstrap-transition.js"> + Transitions <small>(required for any animation)</small> + </label> + <label class="checkbox"> <input type="checkbox" checked="true" value="bootstrap-modal.js"> Modals </label> @@ -185,12 +189,12 @@ <input type="checkbox" checked="true" value="bootstrap-tooltip.js"> Tooltips </label> + </div><!-- /span --> + <div class="span4"> <label class="checkbox"> <input type="checkbox" checked="true" value="bootstrap-popover.js"> Popovers <small>(requires Tooltips)</small> </label> - </div><!-- /span --> - <div class="span4"> <label class="checkbox"> <input type="checkbox" checked="true" value="bootstrap-alert.js"> Alert messages @@ -211,10 +215,6 @@ <input type="checkbox" checked="true" value="bootstrap-typeahead.js"> Typeahead </label> - <label class="checkbox"> - <input type="checkbox" checked="true" value="bootstrap-transition.js"> - Transitions <small>(required for any animation)</small> - </label> </div><!-- /span --> <div class="span4"> <h4 class="muted">Heads up!</h4> |
