projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
263e0d8
)
fix: tooltips now appear also on ajax content
author
rabuzarus
<>
Fri, 6 May 2016 22:25:40 +0000
(
00:25
+0200)
committer
rabuzarus
<>
Fri, 6 May 2016 22:25:40 +0000
(
00:25
+0200)
js/theme.js
patch
|
blob
|
history
diff --git
a/js/theme.js
b/js/theme.js
index 07e574d3ee5ffc7c936ef5d967daacd575a4a046..de3617a8ae0f5ea0e319ec81c9b63c8174287971 100644
(file)
--- 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',