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