diff options
| author | Julian Thilo <[email protected]> | 2013-09-10 23:31:57 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-09-10 23:31:57 +0200 |
| commit | 1ebd2826939b263be8ceeb9b3e8339d13547dfa9 (patch) | |
| tree | 97ea13b1848c925d8c7a28aa9d58c92813beb8b5 | |
| parent | 95c796d61e40e7c12aef75ba8dff4bf211ccbb8f (diff) | |
| download | bootstrap-1ebd2826939b263be8ceeb9b3e8339d13547dfa9.tar.xz bootstrap-1ebd2826939b263be8ceeb9b3e8339d13547dfa9.zip | |
Rephrase text
| -rw-r--r-- | javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript.html b/javascript.html index e9f14ee86..eaceadab3 100644 --- a/javascript.html +++ b/javascript.html @@ -823,7 +823,7 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { <div class="bs-callout bs-callout-danger"> <h4>Opt-in functionality</h4> - <p>For performance reasons, the Tooltip and Popover data-apis are opt-in. If you would like to use them just specify a selector option.</p> + <p>For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning <strong>you must initialize them yourself</strong>.</p> </div> <div class="bs-callout bs-callout-info"> <h4>Tooltips in button groups and input groups require special setting</h4> @@ -993,7 +993,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () { </div> <div class="bs-callout bs-callout-danger"> <h4>Opt-in functionality</h4> - <p>For performance reasons, the Tooltip and Popover data-apis are opt-in. If you would like to use them just specify a selector option.</p> + <p>For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning <strong>you must initialize them yourself</strong>.</p> </div> <div class="bs-callout bs-callout-info"> <h4>Popovers in button groups and input groups require special setting</h4> |
