N°1482 : Retrocompatibility hack for non "standard" extensions' search form

SVN:trunk[5856]
This commit is contained in:
Stephen Abello
2018-06-12 14:01:35 +00:00
parent 362cd72e87
commit 12af164dcc

View File

@@ -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
{