Bug #17458 ยป 0005945.patch
typo3/sysext/rtehtmlarea/mod5/class.tx_rtehtmlarea_user.php (Arbeitskopie) | ||
---|---|---|
$script = trim($v[$k2i.'.']['submitToScript']);
|
||
if (substr($script,0,4)!='http') $script = $this->siteUrl.$script;
|
||
if ($script) {
|
||
$onClickEvent='processSelection(' . $LANG->JScharCode($script) . ';';
|
||
$onClickEvent='processSelection(' . $LANG->JScharCode($script) . ');';
|
||
}
|
||
break;
|
||
case 'insert':
|