mirror of
https://github.com/friendica/friendica
synced 2025-01-11 07:24:43 +00:00
frio: show tooltip only on hover (and not on focus)
This commit is contained in:
parent
4e1c515004
commit
d663447e3c
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ $(document).ready(function(){
|
||||||
animation: true,
|
animation: true,
|
||||||
html: true,
|
html: true,
|
||||||
placement: 'auto',
|
placement: 'auto',
|
||||||
|
trigger: 'hover',
|
||||||
delay: {
|
delay: {
|
||||||
show: 500,
|
show: 500,
|
||||||
hide: 100
|
hide: 100
|
||||||
|
|
Loading…
Reference in a new issue