]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Javascript > Alert should use danger not error 9388/head
authorjohvik <john.viklund@gmail.com>
Mon, 12 Aug 2013 18:52:25 +0000 (20:52 +0200)
committerjohvik <john.viklund@gmail.com>
Mon, 12 Aug 2013 18:52:25 +0000 (20:52 +0200)
javascript.html

index db3053f224900e3129f8903a1cd4d1b32b5dbaea..faeed15c45d2290dd9084226e9ba34a637346a15 100644 (file)
@@ -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">&times;</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>