mirror of
https://github.com/friendica/friendica
synced 2024-11-10 17:42: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();
|
||||
|
||||
// initialize the bootstrap tooltips
|
||||
$('[data-toggle="tooltip"]').tooltip({
|
||||
$('body').tooltip({
|
||||
selector: '[data-toggle="tooltip"]',
|
||||
animation: true,
|
||||
html: true,
|
||||
placement: 'auto',
|
||||
|
|
Loading…
Reference in a new issue