aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-26 00:59:21 -0800
committerChris Rebert <[email protected]>2015-11-26 00:59:21 -0800
commitc57a9b78de409eb4e929856482ed2a9f89df9f45 (patch)
tree436ec132ffff77587431eeccc77f31b35a21da3e /docs/_includes/js
parentf636ff187eb92ccfc025a239367b25630a9698d0 (diff)
downloadbootstrap-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')
-rw-r--r--docs/_includes/js/buttons.html2
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>