mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3817 - Audit and fix calls to deprecated jQuery method
This commit is contained in:
@@ -183,7 +183,7 @@ function CheckFields(sFormId, bDisplayAlert)
|
||||
$('#'+sFormId+' :submit').prop('disable', false);
|
||||
$('#'+sFormId+' :button[type=submit]').prop('disable', false);
|
||||
if (oFormErrors['input_'+sFormId] != null) {
|
||||
$('#'+oFormErrors['input_'+sFormId]).focus();
|
||||
$('#'+oFormErrors['input_'+sFormId]).trigger('focus');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user