From d663447e3c751f26d5b188b98f4459e1b7639715 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Wed, 1 Jun 2016 09:39:20 +0200 Subject: [PATCH] frio: show tooltip only on hover (and not on focus) --- view/theme/frio/js/theme.js | 1 + 1 file changed, 1 insertion(+) 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