Patch #3313326 Some tooltips do not disappear
This commit is contained in:

committed by
Marc Delisle

parent
2d56821c0f
commit
c422694746
@@ -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' }
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user