mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
N°3817 - Audit and fix calls to deprecated jQuery method
This commit is contained in:
@@ -129,7 +129,7 @@ $(function()
|
||||
if ($(oEvent.target).is('input[type="text"], select')) {
|
||||
return;
|
||||
}
|
||||
oOpContentElemFrom.focus();
|
||||
oOpContentElemFrom.trigger('focus');
|
||||
});
|
||||
// - Apply on "enter" key hit
|
||||
// TODO: this could be refactored
|
||||
|
||||
Reference in New Issue
Block a user