aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-02-16 20:33:15 -0800
committerJacob Thornton <[email protected]>2012-02-16 20:33:15 -0800
commitb3e4e5ae2212c4bda6424815871499d9c7693ee6 (patch)
tree774c2956cf8c61c4a72ef18d1aabee9966c3fde1 /docs/javascript.html
parent1520ec446ce9fc748efa3390a58c447841c48e73 (diff)
downloadbootstrap-b3e4e5ae2212c4bda6424815871499d9c7693ee6.tar.xz
bootstrap-b3e4e5ae2212c4bda6424815871499d9c7693ee6.zip
add idea to modal markup exmaple
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 4ab4f5af3..612724c79 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -289,7 +289,7 @@
</pre>
<pre class="prettyprint linenums">
-&lt;div class="modal"&gt;
+&lt;div class="modal" id="myModal"&gt;
&lt;div class="modal-header"&gt;
&lt;a class="close" data-dismiss="modal"&gt;&times;&lt;/a&gt;
&lt;h3&gt;Modal header&lt;/h3&gt;