From 1ebd2826939b263be8ceeb9b3e8339d13547dfa9 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 10 Sep 2013 23:31:57 +0200 Subject: [PATCH] Rephrase text --- javascript.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript.html b/javascript.html index e9f14ee86f..eaceadab36 100644 --- a/javascript.html +++ b/javascript.html @@ -823,7 +823,7 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {

Opt-in functionality

-

For performance reasons, the Tooltip and Popover data-apis are opt-in. If you would like to use them just specify a selector option.

+

For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning you must initialize them yourself.

Tooltips in button groups and input groups require special setting

@@ -993,7 +993,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {

Opt-in functionality

-

For performance reasons, the Tooltip and Popover data-apis are opt-in. If you would like to use them just specify a selector option.

+

For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning you must initialize them yourself.

Popovers in button groups and input groups require special setting