Project

General

Profile

Bug #21390 ยป 12378.diff

Administrator Admin, 2010-08-10 15:05

View differences:

t3lib/class.t3lib_div.php (working copy)
self::devLog($error, 't3lib_div', 2,
array('JavaScript' => $script, 'Stack trace' => $e->getTrace()));
}
return $script;
return $script . LF;
}
typo3/sysext/cms/tslib/class.tslib_pagegen.php (working copy)
function blurLink(theObject) { //
if (msie4) {theObject.blur();}
}
' . $JSef[0];
' . $JSef[0] . LF;
if ($GLOBALS['TSFE']->spamProtectEmailAddresses && $GLOBALS['TSFE']->spamProtectEmailAddresses !== 'ascii') {
$scriptJsCode .= '
......
function linkTo_UnCryptMailto(s) {
location.href = decryptString(s,' . ($GLOBALS['TSFE']->spamProtectEmailAddresses * - 1) . ');
}
';
' . LF;
}
//add inline JS
    (1-1/1)