aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2013-06-25 21:59:34 +0200
committerJulian Thilo <[email protected]>2013-06-25 21:59:34 +0200
commita87ea9345beced2cea2009362c9aead9a2510e09 (patch)
tree6a800f79b4808026fd456b13d74f6511f9778471 /docs/javascript.html
parent0f0e7fc3769c70525f21d50988041534a8efcc81 (diff)
downloadbootstrap-a87ea9345beced2cea2009362c9aead9a2510e09.tar.xz
bootstrap-a87ea9345beced2cea2009362c9aead9a2510e09.zip
Add IDs, adjust text
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index a46126a0a..9a5a5b6f0 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -65,9 +65,9 @@ $('#myModal').on('show.bs.modal', function (e) {
})
{% endhighlight %}
- <div class="bs-callout">
+ <div class="bs-callout" id="callout-third-party-libs">
<h4>Third-party libraries</h4>
- <p><strong>Bootstrap does not 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. Ask on the <a href="http://groups.google.com/group/twitter-bootstrap">mailing list</a> if you need help.</p>
+ <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. Ask on the <a href="http://groups.google.com/group/twitter-bootstrap">mailing list</a> if you need help.</p>
</div>
</div>