mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
N°3817 - Audit and fix calls to deprecated jQuery method
This commit is contained in:
@@ -694,7 +694,7 @@ EOF
|
||||
{
|
||||
oOptions['base_modal'] = {
|
||||
'usage': 'replace',
|
||||
'selector': '.modal[data-source-element="{$sButtonAddId}"]:first'
|
||||
'selector': '.modal[data-source-element="{$sButtonAddId}"]'
|
||||
};
|
||||
}
|
||||
CombodoModal.OpenModal(oOptions);
|
||||
|
||||
Reference in New Issue
Block a user