Skip to content

Commit

Permalink
Revert incorrect version number change in Stateful Button docs
Browse files Browse the repository at this point in the history
Erratum from 910400e
See twbs@910400e#commitcomment-14598760
/fyi @mdo

[skip sauce]
  • Loading branch information
cvrebert committed Nov 26, 2015
1 parent f636ff1 commit c57a9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/js/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h4>Cross-browser compatibility</h4>

<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>
Expand Down

0 comments on commit c57a9b7

Please sign in to comment.