diff options
| author | Jacob Thornton <[email protected]> | 2012-02-16 20:33:15 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-02-16 20:33:15 -0800 |
| commit | b3e4e5ae2212c4bda6424815871499d9c7693ee6 (patch) | |
| tree | 774c2956cf8c61c4a72ef18d1aabee9966c3fde1 /docs/javascript.html | |
| parent | 1520ec446ce9fc748efa3390a58c447841c48e73 (diff) | |
| download | bootstrap-b3e4e5ae2212c4bda6424815871499d9c7693ee6.tar.xz bootstrap-b3e4e5ae2212c4bda6424815871499d9c7693ee6.zip | |
add idea to modal markup exmaple
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
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"> -<div class="modal"> +<div class="modal" id="myModal"> <div class="modal-header"> <a class="close" data-dismiss="modal">×</a> <h3>Modal header</h3> |
