aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-14 18:57:27 -0700
committerMark Otto <[email protected]>2012-08-14 18:57:27 -0700
commite1659b2c4ebcd1124665779fe045600207ea7333 (patch)
treef9d7d1da55864e41c85555779533deebde6e05bc /docs/templates
parent2ee035403d2dd9c19b7bfd3f90a83422a4ab7d7e (diff)
downloadbootstrap-e1659b2c4ebcd1124665779fe045600207ea7333.tar.xz
bootstrap-e1659b2c4ebcd1124665779fe045600207ea7333.zip
add affix plugin to downloads page
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/customize.mustache8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache
index 5b58ffa8f..0932fa71a 100644
--- a/docs/templates/pages/customize.mustache
+++ b/docs/templates/pages/customize.mustache
@@ -119,12 +119,16 @@
<input type="checkbox" checked="true" value="bootstrap-tooltip.js">
{{_i}}Tooltips{{/i}}
</label>
- </div><!-- /span -->
- <div class="span3">
<label class="checkbox">
<input type="checkbox" checked="true" value="bootstrap-popover.js">
{{_i}}Popovers <small>(requires Tooltips)</small>{{/i}}
</label>
+ </div><!-- /span -->
+ <div class="span3">
+ <label class="checkbox">
+ <input type="checkbox" checked="true" value="bootstrap-affix.js">
+ {{_i}}Affix{{/i}}
+ </label>
<label class="checkbox">
<input type="checkbox" checked="true" value="bootstrap-alert.js">
{{_i}}Alert messages{{/i}}