N°2847 - revert fix inline scripts

This commit is contained in:
Eric
2020-09-30 10:54:34 +02:00
parent de54d28c6b
commit f0f7653884

View File

@@ -897,7 +897,7 @@ EOF;
public function RenderInlineTemplatesRecursively(iUIBlock $oBlock): void
{
$oBlockRenderer = new BlockRenderer($oBlock);
$this->add_script($oBlockRenderer->RenderJsInline());
$this->add_init_script($oBlockRenderer->RenderJsInline());
$this->add_style($oBlockRenderer->RenderCssInline());
foreach ($oBlock->GetSubBlocks() as $oSubBlock) {