From c422694746d75d0fdb54fa7b11afa2156e4de8dc Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Fri, 10 Jun 2011 12:53:33 -0400 Subject: [PATCH] Patch #3313326 Some tooltips do not disappear --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }); });