diff options
| author | Jacob Thornton <[email protected]> | 2012-01-22 19:38:48 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-22 19:38:48 -0800 |
| commit | 87c676335c8b828ac00969f178498eea31f45809 (patch) | |
| tree | dcb893f45821534715a17912d3b17e801d489028 /docs/javascript.html | |
| parent | 7dbd2810e319384b11c8a311bd5b63864c4772db (diff) | |
| parent | 9c940784153257efcadc1aa420c57caa86e664bf (diff) | |
| download | bootstrap-87c676335c8b828ac00969f178498eea31f45809.tar.xz bootstrap-87c676335c8b828ac00969f178498eea31f45809.zip | |
Merge pull request #1053 from scottwater/patch-1
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 9c7b21779..6a240c4d4 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"> |
