diff options
| author | Mark Otto <[email protected]> | 2013-08-12 12:04:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 12:04:39 -0700 |
| commit | c3c02183790f689cfb3adccf28c0dbdb949b7904 (patch) | |
| tree | 8af62bb4c6049f577f01b94db98dc65febf907a6 /javascript.html | |
| parent | abedd38c5b4f7f9e9abfd7528b9e7679cbd46fc2 (diff) | |
| parent | 7eb07932232505e45ec04376ecba040390f11064 (diff) | |
| download | bootstrap-c3c02183790f689cfb3adccf28c0dbdb949b7904.tar.xz bootstrap-c3c02183790f689cfb3adccf28c0dbdb949b7904.zip | |
Merge pull request #9388 from johvik/patch-1
Javascript > Alert should use danger not error
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index db3053f22..faeed15c4 100644 --- a/javascript.html +++ b/javascript.html @@ -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> |
