From: Jacob Thornton Date: Fri, 30 Sep 2011 06:24:34 +0000 (-0700) Subject: add note about making sure to include boostrap-twipsy before popover script X-Git-Tag: v1.4.0~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0c3250b97bd74a542c6b3dd555197097935e590;p=thirdparty%2Fbootstrap.git add note about making sure to include boostrap-twipsy before popover script --- diff --git a/docs/javascript.html b/docs/javascript.html index ad4cb55dd3..2a81b33078 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -530,6 +530,7 @@ $('#.tabs').bind('change', function (e) {

The popover plugin provides a simple interface for adding popovers to your application. It extends the bootstrap-twipsy.js plugin, so be sure to grab that file as well when including popovers in your project!

+

Notice You must include the bootstrap-twipsy.js file before bootstrap-popover.js.

Download