CC-4763: Alignment error for User settings UI in Firefox

-fixed
This commit is contained in:
denise 2013-01-04 11:00:21 -05:00
parent 64116c7bff
commit 596e103d96
2 changed files with 3 additions and 3 deletions

View file

@ -488,7 +488,7 @@ $(document).ready(function() {
});
$('#current-user').bind('blur', function() {
$('#current-user').bind('mouseout', function() {
timer = setTimeout("$('#current-user').tipsy('hide')", 500);
});