aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/javascript.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-16 14:07:20 -0700
committerMark Otto <[email protected]>2015-04-16 14:07:20 -0700
commitc84cf4f7f5187e607e1c5a921d7a7b8166e66def (patch)
tree8e4b6d63554fb3cbba79e3f89b0b31a4b21b779a /docs/getting-started/javascript.md
parent3c9368124507ce2d643a471e71b1ed13c9232435 (diff)
downloadbootstrap-c84cf4f7f5187e607e1c5a921d7a7b8166e66def.tar.xz
bootstrap-c84cf4f7f5187e607e1c5a921d7a7b8166e66def.zip
rename classes from .bs-docs and .bs to .bd
Diffstat (limited to 'docs/getting-started/javascript.md')
-rw-r--r--docs/getting-started/javascript.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/javascript.md b/docs/getting-started/javascript.md
index 08576cdf7..eafa473d5 100644
--- a/docs/getting-started/javascript.md
+++ b/docs/getting-started/javascript.md
@@ -87,7 +87,7 @@ $.fn.tooltip.Constructor.VERSION // => "{{ site.current_version }}"
Bootstrap's plugins don't fall back particularly gracefully when JavaScript is disabled. If you care about the user experience in this case, use [`<noscript>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/noscript) to explain the situation (and how to re-enable JavaScript) to your users, and/or add your own custom fallbacks.
-<div class="bs-callout bs-callout-warning" id="callout-third-party-libs">
+<div class="bd-callout bd-callout-warning" id="callout-third-party-libs">
<h4>Third-party libraries</h4>
<p><strong>Bootstrap does not officially support third-party JavaScript libraries</strong> like Prototype or jQuery UI. Despite <code>.noConflict</code> and namespaced events, there may be compatibility problems that you need to fix on your own.</p>
</div>