diff options
| author | Chris Rebert <[email protected]> | 2013-07-29 13:26:00 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-29 13:26:00 -0700 |
| commit | 1e0c0b8f94bee92cd34e4b323b75543f38c2fb42 (patch) | |
| tree | d3956df77bf4f44daeb4e3ee011dff6c7c8f13b3 /javascript.html | |
| parent | d08d9a63c3b61e834d5109069805867dfa841dcf (diff) | |
| download | bootstrap-1e0c0b8f94bee92cd34e4b323b75543f38c2fb42.tar.xz bootstrap-1e0c0b8f94bee92cd34e4b323b75543f38c2fb42.zip | |
Add .fade to div.modal in "Live demo" modal example code; fixes #8723
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 5229ab6b0..a851d4b40 100644 --- a/javascript.html +++ b/javascript.html @@ -196,7 +196,7 @@ $('#myModal').on('show.bs.modal', function (e) { <a data-toggle="modal" href="#myModal" class="btn btn-primary btn-large">Launch demo modal</a> <!-- Modal --> - <div class="modal" id="myModal"> + <div class="modal fade" id="myModal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> |
