diff options
| author | Mark Otto <[email protected]> | 2012-05-17 21:48:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-17 21:48:13 -0700 |
| commit | e5187e12c445fbba269c5a99f47ec2673e52969b (patch) | |
| tree | b54c7e56685c5c059d1969b2c641009007489e65 /docs/javascript.html | |
| parent | 1dbf4c92ce4937a62db93094dd449982cb8c9639 (diff) | |
| download | bootstrap-e5187e12c445fbba269c5a99f47ec2673e52969b.tar.xz bootstrap-e5187e12c445fbba269c5a99f47ec2673e52969b.zip | |
fix modal example per #3510
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 0208af819..c910a5ce5 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -277,7 +277,7 @@ </pre> <pre class="prettyprint linenums"> -<div class="modal" id="myModal"> +<div class="modal hide" id="myModal"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h3>Modal header</h3> @@ -286,7 +286,7 @@ <p>One fine body…</p> </div> <div class="modal-footer"> - <a href="#" class="btn">Close</a> + <a href="#" class="btn" data-dismiss="modal">Close</a> <a href="#" class="btn btn-primary">Save changes</a> </div> </div> |
