CC-4763: Alignment error for User settings UI in Firefox
-fixed
This commit is contained in:
parent
64116c7bff
commit
596e103d96
2 changed files with 3 additions and 3 deletions
|
@ -488,7 +488,7 @@ $(document).ready(function() {
|
|||
|
||||
});
|
||||
|
||||
$('#current-user').bind('blur', function() {
|
||||
$('#current-user').bind('mouseout', function() {
|
||||
timer = setTimeout("$('#current-user').tipsy('hide')", 500);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue