Commit da948508 authored by Mark Otto's avatar Mark Otto
Browse files

fix filename mention in js docs per #1938

parent ce5976fb
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
...@@ -930,7 +930,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ...@@ -930,7 +930,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</p> </p>
</div> </div>
<hr> <hr>
<h2>Using bootstrap-alerts.js</h2> <h2>Using bootstrap-alert.js</h2>
<p>Enable dismissal of an alert via javascript:</p> <p>Enable dismissal of an alert via javascript:</p>
<pre class="prettyprint linenums">$(".alert").alert()</pre> <pre class="prettyprint linenums">$(".alert").alert()</pre>
<h3>Markup</h3> <h3>Markup</h3>
......
...@@ -854,7 +854,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ...@@ -854,7 +854,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</p> </p>
</div> </div>
<hr> <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> <p>{{_i}}Enable dismissal of an alert via javascript:{{/i}}</p>
<pre class="prettyprint linenums">$(".alert").alert()</pre> <pre class="prettyprint linenums">$(".alert").alert()</pre>
<h3>{{_i}}Markup{{/i}}</h3> <h3>{{_i}}Markup{{/i}}</h3>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment