mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02: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