* when js::excute, no html head.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user