diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/customize.html | 8 | ||||
| -rw-r--r-- | docs/templates/pages/customize.mustache | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/docs/customize.html b/docs/customize.html index d40ffea2d..fd5b03dcf 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -190,12 +190,16 @@ <input type="checkbox" checked="true" value="bootstrap-tooltip.js"> Tooltips </label> - </div><!-- /span --> - <div class="span3"> <label class="checkbox"> <input type="checkbox" checked="true" value="bootstrap-popover.js"> Popovers <small>(requires Tooltips)</small> </label> + </div><!-- /span --> + <div class="span3"> + <label class="checkbox"> + <input type="checkbox" checked="true" value="bootstrap-affix.js"> + Affix + </label> <label class="checkbox"> <input type="checkbox" checked="true" value="bootstrap-alert.js"> Alert messages 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}} |
