From 6d34c2aa939267279de581f65454eb2fed25616c Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 11 Apr 2011 12:11:57 +0000 Subject: [PATCH] - Partial bug fix: enhancement to support extkey widgets (autocomplete) in nested search forms... still not completely fixed, bug showing some progress. SVN:trunk[1203] --- application/ajaxwebpage.class.inc.php | 6 ++++++ application/itopwebpage.class.inc.php | 3 ++- application/webpage.class.inc.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/application/ajaxwebpage.class.inc.php b/application/ajaxwebpage.class.inc.php index 0f81c70ac..cd139dd40 100644 --- a/application/ajaxwebpage.class.inc.php +++ b/application/ajaxwebpage.class.inc.php @@ -173,6 +173,12 @@ EOF echo implode("\n", $this->a_scripts); echo "\n\n"; } + if (!empty($this->s_deferred_content)) + { + echo "\n"; + } if (!empty($this->m_sReadyScript)) { echo "