diff options
| author | johvik <[email protected]> | 2013-08-12 20:52:25 +0200 |
|---|---|---|
| committer | johvik <[email protected]> | 2013-08-12 20:52:25 +0200 |
| commit | 7eb07932232505e45ec04376ecba040390f11064 (patch) | |
| tree | 882e1d0674f064051c02834211443efe85b99f13 /javascript.html | |
| parent | 1462fe2c8129b8d30d2fc797b8b465b17ef2d869 (diff) | |
| download | bootstrap-7eb07932232505e45ec04376ecba040390f11064.tar.xz bootstrap-7eb07932232505e45ec04376ecba040390f11064.zip | |
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> |
