]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add role="tooltip" to popovers; fixes #13481
authorChris Rebert <code@rebertia.com>
Thu, 1 May 2014 20:26:03 +0000 (13:26 -0700)
committerChris Rebert <code@rebertia.com>
Thu, 1 May 2014 20:27:00 +0000 (13:27 -0700)
js/popover.js

index 3b6aefa49e3617654fd17463383fe87e8db3ddd5..9fff89320cffb3e18e89cdb8f7fc980755cf9ed7 100644 (file)
@@ -23,7 +23,7 @@
     placement: 'right',
     trigger: 'click',
     content: '',
-    template: '<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
+    template: '<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
   })