From f337ba2bebcbe8f4a8493a482526131e6207bb6d Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Fri, 1 Jun 2012 09:25:29 +0000 Subject: TActiveClientScript: remove scripts from the page after the browser evaluated them --- framework/Web/UI/ActiveControls/TActiveClientScript.php | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/Web/UI') diff --git a/framework/Web/UI/ActiveControls/TActiveClientScript.php b/framework/Web/UI/ActiveControls/TActiveClientScript.php index fba74f4c..d1ed5d3c 100755 --- a/framework/Web/UI/ActiveControls/TActiveClientScript.php +++ b/framework/Web/UI/ActiveControls/TActiveClientScript.php @@ -68,7 +68,6 @@ class TActiveClientScript extends TClientScript if($this->getPage()->getIsCallback()) { $extWriter= $this->getPage()->getResponse()->createHtmlWriter(); - $extWriter->getWriter()->setBoundary($this->ClientID); $extWriter->write("/*renderChildren($extWriter); $extWriter->write("\n/*]]>*/"); -- cgit v1.2.3