aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-07 23:37:58 -0700
committerMark Otto <[email protected]>2012-04-07 23:37:58 -0700
commit5bc601d9a8c330a4ad14375e63519fcf11bb08ab (patch)
tree637073fb2111af99a666bbc57df93c3265c9d21a /docs
parenta20cd66ba479053f060b1a7ed61cb1f0cd90450f (diff)
downloadbootstrap-5bc601d9a8c330a4ad14375e63519fcf11bb08ab.tar.xz
bootstrap-5bc601d9a8c330a4ad14375e63519fcf11bb08ab.zip
fix typo on js docs selector
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin57396 -> 57396 bytes
-rw-r--r--docs/javascript.html2
-rw-r--r--docs/templates/pages/javascript.mustache2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 1e18acbb8..e40a00a77 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/javascript.html b/docs/javascript.html
index 2a0f3d861..ce495414f 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1088,7 +1088,7 @@ $('#my-alert').bind('closed', function () {
<hr>
<h2>Using bootstrap-button.js</h2>
<p>Enable buttons via javascript:</p>
- <pre class="prettyprint linenums">$('.tabs').button()</pre>
+ <pre class="prettyprint linenums">$('.nav-tabs').button()</pre>
<h3>Markup</h3>
<p>Data attributes are integral to the button plugin. Check out the example code below for the various markup types.</p>
<pre class="prettyprint linenums">
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index bb25f0957..3792279ef 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -1011,7 +1011,7 @@ $('#my-alert').bind('closed', function () {
<hr>
<h2>{{_i}}Using bootstrap-button.js{{/i}}</h2>
<p>{{_i}}Enable buttons via javascript:{{/i}}</p>
- <pre class="prettyprint linenums">$('.tabs').button()</pre>
+ <pre class="prettyprint linenums">$('.nav-tabs').button()</pre>
<h3>{{_i}}Markup{{/i}}</h3>
<p>{{_i}}Data attributes are integral to the button plugin. Check out the example code below for the various markup types.{{/i}}</p>
<pre class="prettyprint linenums">