From: rabuzarus <> Date: Wed, 1 Jun 2016 07:39:20 +0000 (+0200) Subject: frio: show tooltip only on hover (and not on focus) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d663447e3c751f26d5b188b98f4459e1b7639715;p=friendica.git frio: show tooltip only on hover (and not on focus) --- diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index e159b1fdef..928b04551c 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -123,6 +123,7 @@ $(document).ready(function(){ animation: true, html: true, placement: 'auto', + trigger: 'hover', delay: { show: 500, hide: 100