* when js::excute, no html head.

This commit is contained in:
wangchunsheng
2013-06-20 05:29:36 +00:00
parent ed27f1671e
commit f3a2683d75

View File

@@ -783,7 +783,7 @@ EOT;
*/
static public function execute($code)
{
$js = self::start();
$js = self::start($full = false);
$js .= $code;
$js .= self::end();
echo $js;