diff options
| author | Julian Thilo <[email protected]> | 2013-06-25 21:19:19 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-06-25 21:19:19 +0200 |
| commit | 0f0e7fc3769c70525f21d50988041534a8efcc81 (patch) | |
| tree | fe6e4cceefb063342fb13ed820ed86c2d73e0978 /docs | |
| parent | 30e5e89fac222d8e662b998134198dc8fb880411 (diff) | |
| download | bootstrap-0f0e7fc3769c70525f21d50988041534a8efcc81.tar.xz bootstrap-0f0e7fc3769c70525f21d50988041534a8efcc81.zip | |
Add a link to the mailing list for JS help
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index d8ddfa98c..a46126a0a 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -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> |
