Project

General

Profile

Bug #24274 ยป 16647.patch

Administrator Admin, 2010-12-02 13:39

View differences:

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,
    (1-1/1)