diff options
| author | Mark Otto <[email protected]> | 2012-09-10 10:04:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-10 10:04:34 -0700 |
| commit | 10faf28aefdf311d7021608ca0ce6b70443648aa (patch) | |
| tree | 8dcebe78adc32c5edefbd6580ca7cd17eb924271 /docs/javascript.html | |
| parent | f29f98501c11678e2ecfe8fd5c842adcd5a40091 (diff) | |
| parent | 76e42edb29301be6d2f1014bbd64939d3f6f39a4 (diff) | |
| download | bootstrap-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.html | 2 |
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) { <a href="#myModal" role="button" class="btn" data-toggle="modal">Launch demo modal</a> <-- Modal --> -<div class="modal" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> +<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3 id="myModalLabel">Modal header</h3> |
