mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
add affix plugin to downloads page
This commit is contained in:
@@ -190,12 +190,16 @@
|
|||||||
<input type="checkbox" checked="true" value="bootstrap-tooltip.js">
|
<input type="checkbox" checked="true" value="bootstrap-tooltip.js">
|
||||||
Tooltips
|
Tooltips
|
||||||
</label>
|
</label>
|
||||||
</div><!-- /span -->
|
|
||||||
<div class="span3">
|
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox" checked="true" value="bootstrap-popover.js">
|
<input type="checkbox" checked="true" value="bootstrap-popover.js">
|
||||||
Popovers <small>(requires Tooltips)</small>
|
Popovers <small>(requires Tooltips)</small>
|
||||||
</label>
|
</label>
|
||||||
|
</div><!-- /span -->
|
||||||
|
<div class="span3">
|
||||||
|
<label class="checkbox">
|
||||||
|
<input type="checkbox" checked="true" value="bootstrap-affix.js">
|
||||||
|
Affix
|
||||||
|
</label>
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox" checked="true" value="bootstrap-alert.js">
|
<input type="checkbox" checked="true" value="bootstrap-alert.js">
|
||||||
Alert messages
|
Alert messages
|
||||||
|
8
docs/templates/pages/customize.mustache
vendored
8
docs/templates/pages/customize.mustache
vendored
@@ -119,12 +119,16 @@
|
|||||||
<input type="checkbox" checked="true" value="bootstrap-tooltip.js">
|
<input type="checkbox" checked="true" value="bootstrap-tooltip.js">
|
||||||
{{_i}}Tooltips{{/i}}
|
{{_i}}Tooltips{{/i}}
|
||||||
</label>
|
</label>
|
||||||
</div><!-- /span -->
|
|
||||||
<div class="span3">
|
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input type="checkbox" checked="true" value="bootstrap-popover.js">
|
<input type="checkbox" checked="true" value="bootstrap-popover.js">
|
||||||
{{_i}}Popovers <small>(requires Tooltips)</small>{{/i}}
|
{{_i}}Popovers <small>(requires Tooltips)</small>{{/i}}
|
||||||
</label>
|
</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">
|
<label class="checkbox">
|
||||||
<input type="checkbox" checked="true" value="bootstrap-alert.js">
|
<input type="checkbox" checked="true" value="bootstrap-alert.js">
|
||||||
{{_i}}Alert messages{{/i}}
|
{{_i}}Alert messages{{/i}}
|
||||||
|
Reference in New Issue
Block a user