diff options
| author | Chris Rebert <[email protected]> | 2015-11-26 00:59:21 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-26 00:59:21 -0800 |
| commit | c57a9b78de409eb4e929856482ed2a9f89df9f45 (patch) | |
| tree | 436ec132ffff77587431eeccc77f31b35a21da3e /docs/_includes/js/buttons.html | |
| parent | f636ff187eb92ccfc025a239367b25630a9698d0 (diff) | |
| download | bootstrap-c57a9b78de409eb4e929856482ed2a9f89df9f45.tar.xz bootstrap-c57a9b78de409eb4e929856482ed2a9f89df9f45.zip | |
Revert incorrect version number change in Stateful Button docs
Erratum from 910400e8979f43d7d329edcaa29add03acb3d48b
See https://github.com/twbs/bootstrap/commit/910400e8979f43d7d329edcaa29add03acb3d48b#commitcomment-14598760
/fyi @mdo
[skip sauce]
Diffstat (limited to 'docs/_includes/js/buttons.html')
| -rw-r--r-- | docs/_includes/js/buttons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 76e3b2594..2249bbd70 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -10,7 +10,7 @@ <h2 id="buttons-stateful">Stateful</h2> <p>Add <code>data-loading-text="Loading..."</code> to use a loading state on a button.</p> - <p><strong class="text-danger">This feature is deprecated since v3.3.6 and has been removed in v4.</strong></p> + <p><strong class="text-danger">This feature is deprecated since v3.3.5 and has been removed in v4.</strong></p> <div class="bs-callout bs-callout-info" id="callout-buttons-state-names"> <h4>Use whichever state you like!</h4> <p>For the sake of this demonstration, we are using <code>data-loading-text</code> and <code>$().button('loading')</code>, but that's not the only state you can use. <a href="#buttons-methods">See more on this below in the <code>$().button(string)</code> documentation</a>.</p> |
