mirror of
https://github.com/friendica/friendica
synced 2024-11-13 06:22:55 +00:00
fix: tooltips now appear also on ajax content
This commit is contained in:
parent
263e0d85fd
commit
5a878de119
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ $(document).ready(function(){
|
||||||
//$('ul.flex-nav').flexMenu();
|
//$('ul.flex-nav').flexMenu();
|
||||||
|
|
||||||
// initialize the bootstrap tooltips
|
// initialize the bootstrap tooltips
|
||||||
$('[data-toggle="tooltip"]').tooltip({
|
$('body').tooltip({
|
||||||
|
selector: '[data-toggle="tooltip"]',
|
||||||
animation: true,
|
animation: true,
|
||||||
html: true,
|
html: true,
|
||||||
placement: 'auto',
|
placement: 'auto',
|
||||||
|
|
Loading…
Reference in a new issue