Skip to content

Commit

Permalink
fix filename mention in js docs per twbs#1938
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Feb 13, 2012
1 parent ce5976f commit da94850
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified docs/assets/bootstrap.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ <h4 class="alert-heading">Oh snap! You got an error!</h4>
</p>
</div>
<hr>
<h2>Using bootstrap-alerts.js</h2>
<h2>Using bootstrap-alert.js</h2>
<p>Enable dismissal of an alert via javascript:</p>
<pre class="prettyprint linenums">$(".alert").alert()</pre>
<h3>Markup</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/pages/javascript.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</p>
</div>
<hr>
<h2>{{_i}}Using bootstrap-alerts.js{{/i}}</h2>
<h2>{{_i}}Using bootstrap-alert.js{{/i}}</h2>
<p>{{_i}}Enable dismissal of an alert via javascript:{{/i}}</p>
<pre class="prettyprint linenums">$(".alert").alert()</pre>
<h3>{{_i}}Markup{{/i}}</h3>
Expand Down

0 comments on commit da94850

Please sign in to comment.