From: Chris Rebert Date: Thu, 15 May 2014 01:43:14 +0000 (-0700) Subject: update default 'template' value in popover docs X-Git-Tag: v3.2.0~151^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00fcf072c6955b1e5ba51298db1026c91783eef6;p=thirdparty%2Fbootstrap.git update default 'template' value in popover docs --- diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 05778bc975..2ee6707415 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -199,7 +199,7 @@ $('.popover-dismiss').popover({ template string - '<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>' + '<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'

Base HTML to use when creating the popover.

The popover's title will be injected into the .popover-title.