From: Chris Rebert Date: Thu, 26 Nov 2015 08:59:21 +0000 (-0800) Subject: Revert incorrect version number change in Stateful Button docs X-Git-Tag: v3.3.7~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c57a9b78de409eb4e929856482ed2a9f89df9f45;p=thirdparty%2Fbootstrap.git 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] --- diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 76e3b25940..2249bbd706 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -10,7 +10,7 @@

Stateful

Add data-loading-text="Loading..." to use a loading state on a button.

-

This feature is deprecated since v3.3.6 and has been removed in v4.

+

This feature is deprecated since v3.3.5 and has been removed in v4.

Use whichever state you like!

For the sake of this demonstration, we are using data-loading-text and $().button('loading'), but that's not the only state you can use. See more on this below in the $().button(string) documentation.