diff options
| author | Mark Otto <[email protected]> | 2013-01-10 18:50:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-10 18:51:04 -0800 |
| commit | 6e5a2fedaaa75ea5052e495b04d424eaad4c3622 (patch) | |
| tree | 6f867ec2b0ceab12c18f987a082f1641bb26095c /docs/assets/js/bootstrap.js | |
| parent | 1d87bcc9f50d030a74de4d6d9bc1b6e5cfe91547 (diff) | |
| download | bootstrap-6e5a2fedaaa75ea5052e495b04d424eaad4c3622.tar.xz bootstrap-6e5a2fedaaa75ea5052e495b04d424eaad4c3622.zip | |
Nuke .popover-inner from the JS since we nuked it from the CSS/HTML long ago
Diffstat (limited to 'docs/assets/js/bootstrap.js')
| -rw-r--r-- | docs/assets/js/bootstrap.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/js/bootstrap.js b/docs/assets/js/bootstrap.js index e1286ac75..bd123341d 100644 --- a/docs/assets/js/bootstrap.js +++ b/docs/assets/js/bootstrap.js @@ -1345,7 +1345,7 @@ }(window.jQuery); /* =========================================================== - * bootstrap-popover.js v2.3.0 + * bootstrap-popover.js v2.2.2 * http://twitter.github.com/bootstrap/javascript.html#popovers * =========================================================== * Copyright 2012 Twitter, Inc. @@ -1445,7 +1445,7 @@ placement: 'right' , trigger: 'click' , content: '' - , template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"></div></div></div>' + , template: '<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>' }) |
