mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
N°1482 : Retrocompatibility hack for non "standard" extensions' search form
SVN:trunk[5856]
This commit is contained in:
@@ -722,9 +722,9 @@ $(function()
|
||||
else
|
||||
{
|
||||
// Reusing previously created DOM element
|
||||
if(this.element.closest('.display_block').next('.sf_results_area').length > 0)
|
||||
if(this.element.closest('.display_block').parent().find('.sf_results_area').length > 0)
|
||||
{
|
||||
oResultAreaElem = this.element.closest('.display_block').next('.sf_results_area');
|
||||
oResultAreaElem = this.element.closest('.display_block').parent().find('.sf_results_area');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user