Bug #24274 ยป 16647.patch
t3lib/class.t3lib_pagerenderer.php (revision ) | ||
---|---|---|
$type = 'text/javascript';
|
||
}
|
||
if (!isset($this->jsFiles[$file])) {
|
||
if (strpos($file, 'ajax.php?') !== FALSE) {
|
||
$compress = FALSE;
|
||
}
|
||
$this->jsFiles[$file] = array(
|
||
'type' => $type,
|
||
'section' => self::PART_HEADER,
|
||
... | ... | |
$type = 'text/javascript';
|
||
}
|
||
if (!isset($this->jsFiles[$file])) {
|
||
if (strpos($file, 'ajax.php?') !== FALSE) {
|
||
$compress = FALSE;
|
||
}
|
||
$this->jsFiles[$file] = array(
|
||
'type' => $type,
|
||
'section' => self::PART_FOOTER,
|