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/templates/pages/javascript.mustache | |
| parent | 1520ec446ce9fc748efa3390a58c447841c48e73 (diff) | |
| download | bootstrap-b3e4e5ae2212c4bda6424815871499d9c7693ee6.tar.xz bootstrap-b3e4e5ae2212c4bda6424815871499d9c7693ee6.zip | |
add idea to modal markup exmaple
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index c072e306b..ac989f3ed 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -213,7 +213,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> |
