Patch #3313326 Some tooltips do not disappear

This commit is contained in:
Rouslan Placella
2011-06-10 12:53:33 -04:00
committed by Marc Delisle
parent 2d56821c0f
commit c422694746

View File

@@ -1988,7 +1988,7 @@ $(document).ready(function() {
$(this).qtip({ $(this).qtip({
content: tooltip_text, content: tooltip_text,
show: { delay: 0 }, show: { delay: 0 },
hide: { when: 'unfocus', delay: 0 }, hide: { delay: 1000 },
style: { background: '#ffffcc' } style: { background: '#ffffcc' }
}); });
}); });