diff options
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/customize.mustache | 8 |
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}} |
