diff options
| author | Mark Otto <[email protected]> | 2013-08-05 08:13:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 08:13:44 -0700 |
| commit | 233eef6861b8e3ccd02d14b3c622d0abefd509a9 (patch) | |
| tree | 06c5b5fd8a64820a5754623cc817347d03024d99 /javascript.html | |
| parent | d6ed590e830be786a7d63a2eacf70b788efd8097 (diff) | |
| download | bootstrap-233eef6861b8e3ccd02d14b3c622d0abefd509a9.tar.xz bootstrap-233eef6861b8e3ccd02d14b3c622d0abefd509a9.zip | |
update modals demo code
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript.html b/javascript.html index f7102f93f..aa65eabe8 100644 --- a/javascript.html +++ b/javascript.html @@ -207,8 +207,8 @@ $('#myModal').on('show.bs.modal', function (e) { ... </div> <div class="modal-footer"> - <a href="#" class="btn">Close</a> - <a href="#" class="btn btn-primary">Save changes</a> + <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> + <button type="button" class="btn btn-primary">Save changes</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> |
