From: Chris Rebert Date: Thu, 1 May 2014 20:26:03 +0000 (-0700) Subject: add role="tooltip" to popovers; fixes #13481 X-Git-Tag: v3.2.0~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b23ca2de41462f7de9d1be0cdf932e5b42e9fc75;p=thirdparty%2Fbootstrap.git add role="tooltip" to popovers; fixes #13481 --- diff --git a/js/popover.js b/js/popover.js index 3b6aefa49e..9fff89320c 100644 --- a/js/popover.js +++ b/js/popover.js @@ -23,7 +23,7 @@ placement: 'right', trigger: 'click', content: '', - template: '

' + template: '' })