diff --git a/js/theme.js b/js/theme.js index 07e574d3ee..de3617a8ae 100644 --- a/js/theme.js +++ b/js/theme.js @@ -78,7 +78,8 @@ $(document).ready(function(){ //$('ul.flex-nav').flexMenu(); // initialize the bootstrap tooltips - $('[data-toggle="tooltip"]').tooltip({ + $('body').tooltip({ + selector: '[data-toggle="tooltip"]', animation: true, html: true, placement: 'auto',