aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-10 10:04:34 -0700
committerMark Otto <[email protected]>2012-09-10 10:04:34 -0700
commit10faf28aefdf311d7021608ca0ce6b70443648aa (patch)
tree8dcebe78adc32c5edefbd6580ca7cd17eb924271 /docs/javascript.html
parentf29f98501c11678e2ecfe8fd5c842adcd5a40091 (diff)
parent76e42edb29301be6d2f1014bbd64939d3f6f39a4 (diff)
downloadbootstrap-10faf28aefdf311d7021608ca0ce6b70443648aa.tar.xz
bootstrap-10faf28aefdf311d7021608ca0ce6b70443648aa.zip
Merge pull request #5051 from GeoffYoung/2.1.2-wip
Update modal example code to match example
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index a530b21e0..91620a572 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -253,7 +253,7 @@ $('#myModal').on('show', function (e) {
&lt;a href="#myModal" role="button" class="btn" data-toggle="modal"&gt;Launch demo modal&lt;/a&gt;
&lt;-- Modal --&gt;
-&lt;div class="modal" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"&gt;
+&lt;div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"&gt;
&lt;div class="modal-header"&gt;
&lt;button type="button" class="close" data-dismiss="modal" aria-hidden="true"&gt;&times;&lt;/button&gt;
&lt;h3 id="myModalLabel"&gt;Modal header&lt;/h3&gt;