diff options
| author | Scott Watermasysk <[email protected]> | 2012-01-18 14:53:59 -0500 |
|---|---|---|
| committer | Scott Watermasysk <[email protected]> | 2012-01-18 14:53:59 -0500 |
| commit | 9c940784153257efcadc1aa420c57caa86e664bf (patch) | |
| tree | cc0ce1af5c3cb011379bda270adb847aca9373e1 /docs/javascript.html | |
| parent | ab8f2e2767be77120fedb07269dc7db078101dba (diff) | |
| download | bootstrap-9c940784153257efcadc1aa420c57caa86e664bf.tar.xz bootstrap-9c940784153257efcadc1aa420c57caa86e664bf.zip | |
Added missing 'data-dismiss="modal"' on the first example model source.
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 fb854d281..8accce210 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -240,7 +240,7 @@ <div class="well" style="background-color: #888; border: none;"> <div class="modal" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"> <div class="modal-header"> - <a href="#" class="close js-dismiss">×</a> + <a href="#" class="close" data-dismiss="modal">×</a> <h3>Modal header</h3> </div> <div class="modal-body"> |
