diff options
| author | Mark Otto <[email protected]> | 2013-08-24 12:30:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-24 12:30:46 -0700 |
| commit | c0b00f22fe47447155265a20d746889d92918d99 (patch) | |
| tree | cabbc2786e8aad3c5bb963b6d983a17ce52a3e35 /javascript.html | |
| parent | 74a778a7e66339f71ba84e4855d54a203f1dd52b (diff) | |
| download | bootstrap-c0b00f22fe47447155265a20d746889d92918d99.tar.xz bootstrap-c0b00f22fe47447155265a20d746889d92918d99.zip | |
forgot a pair of buttons
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index f97c6ce13..347c2c1c5 100644 --- a/javascript.html +++ b/javascript.html @@ -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 --> |
