aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-05 08:13:44 -0700
committerMark Otto <[email protected]>2013-08-05 08:13:44 -0700
commit233eef6861b8e3ccd02d14b3c622d0abefd509a9 (patch)
tree06c5b5fd8a64820a5754623cc817347d03024d99 /javascript.html
parentd6ed590e830be786a7d63a2eacf70b788efd8097 (diff)
downloadbootstrap-233eef6861b8e3ccd02d14b3c622d0abefd509a9.tar.xz
bootstrap-233eef6861b8e3ccd02d14b3c622d0abefd509a9.zip
update modals demo code
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html4
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 -->