mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
Merge pull request #9388 from johvik/patch-1
Javascript > Alert should use danger not error
This commit is contained in:
commit
c3c0218379
1 changed files with 1 additions and 1 deletions
|
|
@ -1183,7 +1183,7 @@ $('#myPopover').on('hidden.bs.popover', function () {
|
|||
</div><!-- /example -->
|
||||
|
||||
<div class="bs-example">
|
||||
<div class="alert alert-block alert-error fade in">
|
||||
<div class="alert alert-block alert-danger fade in">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
||||
<h4>Oh snap! You got an error!</h4>
|
||||
<p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue