diff --git a/js/functions.js b/js/functions.js index 8c5bc647a..cfbb25fc4 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1988,7 +1988,7 @@ $(document).ready(function() { $(this).qtip({ content: tooltip_text, show: { delay: 0 }, - hide: { when: 'unfocus', delay: 0 }, + hide: { delay: 1000 }, style: { background: '#ffffcc' } }); });