|
|
|
@ -1043,7 +1043,8 @@ class layout extends common
|
|
|
|
|
if ($this->core->output['inlineScript']) {
|
|
|
|
|
$inlineScript = implode($this->core->output['inlineScript']);
|
|
|
|
|
}
|
|
|
|
|
echo '<script defer>' . helper::minifyJs($coreScript . $this->core->output['script'] . htmlspecialchars_decode($inlineScript)) . '</script>';
|
|
|
|
|
echo '<script defer>' . helper::minifyJs($coreScript . $this->core->output['script'] ) . '</script>';
|
|
|
|
|
echo '<script defer>' . htmlspecialchars_decode(helper::minifyJs($inlineScript)) . '</script>';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|