mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-22 21:24:42 +00:00
update modals demo code
This commit is contained in:
parent
d6ed590e83
commit
233eef6861
1 changed files with 2 additions and 2 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue