diff options
| author | Mark Otto <[email protected]> | 2012-08-19 11:53:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-19 11:53:55 -0700 |
| commit | c531a75ff00fd58a6d1c05a944145ff165dba837 (patch) | |
| tree | 606d1de8ebd918f1398d1048da9dfd6aaa7cf9db /docs/javascript.html | |
| parent | e79eb75e0944c2852fc47e117f4e96b984e40051 (diff) | |
| download | bootstrap-c531a75ff00fd58a6d1c05a944145ff165dba837.tar.xz bootstrap-c531a75ff00fd58a6d1c05a944145ff165dba837.zip | |
fixes #4451 manually: add .fade to modal example in both mustache and html
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 bc5d606cd..79de4f6a5 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -214,7 +214,7 @@ $('#myModal').on('show', function (e) { <h3>Live demo</h3> <p>Toggle a modal via JavaScript by clicking the button below. It will slide down and fade in from the top of the page.</p> <!-- sample modal content --> - <div id="myModal" class="modal hide" 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 Heading</h3> |
