From: rabuzarus <> Date: Fri, 6 May 2016 22:25:40 +0000 (+0200) Subject: fix: tooltips now appear also on ajax content X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5a878de1190df1d571e469ff14e5573df8d597e0;p=friendica.git fix: tooltips now appear also on ajax content --- 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',