diff options
| author | Jacob Thornton <[email protected]> | 2011-09-29 23:24:34 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-29 23:24:34 -0700 |
| commit | a0c3250b97bd74a542c6b3dd555197097935e590 (patch) | |
| tree | b21feae6178c439f17e5ea19c97487ce17183df4 /docs/javascript.html | |
| parent | fb749eee5ef62a41c3e007c738729e9712e08c8c (diff) | |
| download | bootstrap-a0c3250b97bd74a542c6b3dd555197097935e590.tar.xz bootstrap-a0c3250b97bd74a542c6b3dd555197097935e590.zip | |
add note about making sure to include boostrap-twipsy before popover script
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index ad4cb55dd..2a81b3307 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -530,6 +530,7 @@ $('#.tabs').bind('change', function (e) { <div class="row"> <div class="span4 columns"> <p>The popover plugin provides a simple interface for adding popovers to your application. It extends the <a href="#twipsy">bootstrap-twipsy.js</a> plugin, so be sure to grab that file as well when including popovers in your project!</p> + <p><span class="label notice">Notice</span> You must include the bootstrap-twipsy.js file <strong>before</strong> bootstrap-popover.js.</p> <a href="../js/bootstrap-popover.js" target="_blank" class="btn primary">Download</a> </div> <div class="span12 columns"> |
