CS-16737: Restore show tooltip on focus

This commit is contained in:
Brian Federle 2012-11-08 11:18:51 -08:00 committed by Brian Federle
parent d24f057ff0
commit e73634733b
1 changed files with 2 additions and 1 deletions

View File

@ -373,7 +373,8 @@
$input.toolTip({
docID: field.docID,
tooltip:'.tooltip-box',
mode:'hover'
mode:'focus',
attachTo: '.form-item'
});
}
/* $input.blur(function() {