]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Revert incorrect version number change in Stateful Button docs
authorChris Rebert <github@chrisrebert.com>
Thu, 26 Nov 2015 08:59:21 +0000 (00:59 -0800)
committerChris Rebert <github@chrisrebert.com>
Thu, 26 Nov 2015 08:59:21 +0000 (00:59 -0800)
Erratum from 910400e8979f43d7d329edcaa29add03acb3d48b
See https://github.com/twbs/bootstrap/commit/910400e8979f43d7d329edcaa29add03acb3d48b#commitcomment-14598760
/fyi @mdo

[skip sauce]

docs/_includes/js/buttons.html

index 76e3b25940c87718a661be30d451f36cc6d13996..2249bbd70695fc8278bd7a19849b37b708c74f7a 100644 (file)
@@ -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>