From f4877c236968ba61ac76f4862bba49e0354c60e5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 9 Jul 2012 21:13:33 -0700 Subject: fix up docs popover examples and copy --- docs/javascript.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 888391ba5..c17af37cd 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -863,8 +863,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

Examples

-

Add small overlays of content, like those on the iPad, to any element for housing secondary information. Hover over the button to trigger the popover.

-

* Requires Tooltip to be included

+

Add small overlays of content, like those on the iPad, to any element for housing secondary information. Hover over the button to trigger the popover. Requires Tooltip to be included.

Static popover

Four options are available: top, right, bottom, and left aligned.

-- cgit v1.2.3