frio: append bs tooltip to body element

This commit is contained in:
rabuzarus 2016-12-21 16:12:13 +01:00
parent 875110ab27
commit 24a58ab2e6
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ $(document).ready(function(){
// initialize the bootstrap tooltips
$('body').tooltip({
selector: '[data-toggle="tooltip"]',
container: 'body',
animation: true,
html: true,
placement: 'auto',