mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Do not combine scripts in the body section
This commit is contained in:
parent
b36ec1bd68
commit
7750a278a1
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ class FrontEndFileHandler extends Handler
|
|||
|
||||
// Add all files to the final result.
|
||||
$result = array();
|
||||
if ($concat && count($concat_list = $this->_concatMap($map)))
|
||||
if ($concat && $type === 'head' && count($concat_list = $this->_concatMap($map)))
|
||||
{
|
||||
foreach ($concat_list as $concat_fileset)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue