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:
@@ -390,7 +390,7 @@ try
|
||||
|
||||
$oPage->add_ready_script(
|
||||
<<<EOF
|
||||
$('select[name^=field]').change( DoCheckMapping );
|
||||
$('select[name^=field]').on('change', DoCheckMapping );
|
||||
aDefaultKeys = new Array($sDefaultKeys);
|
||||
aReadOnlyKeys = new Array($sReadOnlyKeys);
|
||||
DoCheckMapping();
|
||||
|
||||
Reference in New Issue
Block a user