aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-12-24 20:06:33 -0800
committerMark Otto <[email protected]>2017-12-26 13:18:19 -0800
commit2435afe4e6f329ca567759f7d00890f6d523b35e (patch)
treeecf1c2df66b3f09cf929aac63a889d87c36a271d /docs/4.0/getting-started
parent2416801c7ea6e67d728096e0ed74568f6c742fc7 (diff)
downloadbootstrap-2435afe4e6f329ca567759f7d00890f6d523b35e.tar.xz
bootstrap-2435afe4e6f329ca567759f7d00890f6d523b35e.zip
Move from h4s and misc to h5s so headings from example snippets don't show in our table of contents
Diffstat (limited to 'docs/4.0/getting-started')
-rw-r--r--docs/4.0/getting-started/javascript.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/javascript.md b/docs/4.0/getting-started/javascript.md
index ed2d18bf9..72d1e14ec 100644
--- a/docs/4.0/getting-started/javascript.md
+++ b/docs/4.0/getting-started/javascript.md
@@ -115,7 +115,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.
{% callout warning %}
-#### Third-party libraries
+##### Third-party libraries
**Bootstrap does not officially support third-party JavaScript libraries** like Prototype or jQuery UI. Despite `.noConflict` and namespaced events, there may be compatibility problems that you need to fix on your own.
{% endcallout %}