0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +01:00

Add a link to the mailing list for JS help

This commit is contained in:
Julian Thilo 2013-06-25 21:19:19 +02:00
parent 30e5e89fac
commit 0f0e7fc376

View File

@ -67,7 +67,7 @@ $('#myModal').on('show.bs.modal', function (e) {
<div class="bs-callout">
<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.</p>
<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>
</div>
</div>