aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-11-24 11:07:36 -0800
committerMark Otto <[email protected]>2015-11-24 11:07:36 -0800
commit910400e8979f43d7d329edcaa29add03acb3d48b (patch)
tree2b76c14864445472340a64bcdc968987c9841849 /docs/_includes
parentc13de0e69a5708cf3a8d2e2020ef561d47ac085f (diff)
downloadbootstrap-910400e8979f43d7d329edcaa29add03acb3d48b.tar.xz
bootstrap-910400e8979f43d7d329edcaa29add03acb3d48b.zip
bump version
Diffstat (limited to 'docs/_includes')
-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 2249bbd70..76e3b2594 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.5 and has been removed in v4.</strong></p>
+ <p><strong class="text-danger">This feature is deprecated since v3.3.6 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>