Commit 0f0e7fc3 authored by Julian Thilo's avatar Julian Thilo

Add a link to the mailing list for JS help

parent 30e5e89f
...@@ -67,7 +67,7 @@ $('#myModal').on('show.bs.modal', function (e) { ...@@ -67,7 +67,7 @@ $('#myModal').on('show.bs.modal', function (e) {
<div class="bs-callout"> <div class="bs-callout">
<h4>Third-party libraries</h4> <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>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment