mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°7355 - Fix deprecated jQuery call
This commit is contained in:
@@ -195,7 +195,7 @@ function ReloadSearchForm(divId, sClassName, sBaseClass, sContext, sTableId, sEx
|
||||
oDiv.empty();
|
||||
oDiv.append(data);
|
||||
oDiv.unblock();
|
||||
oDiv.parent().resize(); // Inform the parent that the form has just been (potentially) resized
|
||||
oDiv.parent().trigger('resize'); // Inform the parent that the form has just been (potentially) resized
|
||||
oDiv.find('form.search_form_handler').triggerHandler('itop.search.form.reloaded');
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user