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:
@@ -63,7 +63,7 @@ $(function () {
|
||||
let $listLink = $eventTarget
|
||||
.closest(this.js_selectors.dashlet_container)
|
||||
.find(this.js_selectors.dashlet_action_list);
|
||||
$listLink[0].click();
|
||||
$listLink[0].trigger('click');
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user