Bug #18861 ยป 0008527.patch
typo3/sysext/cms/tslib/class.tslib_pagegen.php (Arbeitskopie) | ||
---|---|---|
} elseif ($GLOBALS['TSFE']->config['config']['removeDefaultJS']==='external') {
|
||
// put default and inlineJS in external file
|
||
$GLOBALS['TSFE']->content.= TSpagegen::inline2TempFile($_scriptCode.$_inlineJS, 'js');
|
||
} else {
|
||
} elseif ($_inlineJS) {
|
||
// include only inlineJS
|
||
$GLOBALS['TSFE']->content.='
|
||
<script type="text/javascript">
|