]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
forgot a pair of buttons
authorMark Otto <otto@github.com>
Sat, 24 Aug 2013 19:30:46 +0000 (12:30 -0700)
committerMark Otto <otto@github.com>
Sat, 24 Aug 2013 19:30:46 +0000 (12:30 -0700)
javascript.html

index f97c6ce13844e438e5bba171fdc2fdae1be6f722..347c2c1c52ff3c98263378e500d067997f091dcc 100644 (file)
@@ -1208,7 +1208,8 @@ $('#myPopover').on('hidden.bs.popover', function () {
         <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>
         <p>
-          <a class="btn btn-danger" href="#">Take this action</a> <a class="btn btn-default" href="#">Or do this</a>
+          <button type="button" class="btn btn-danger">Take this action</button>
+          <button type="button" class="btn btn-default">Or do this</button>
         </p>
       </div>
     </div><!-- /example -->