Index: t3lib/class.t3lib_stdgraphic.php =================================================================== --- t3lib/class.t3lib_stdgraphic.php (Revision 8930) +++ t3lib/class.t3lib_stdgraphic.php (Arbeitskopie) @@ -842,8 +842,6 @@ * @see makeText(), calcTextCordsForMap() */ function addToMap($cords,$conf) { - $JS = $conf['noBlur'] ? '' : ' onfocus="blurLink(this);"'; - $this->map.='I['linkHREF']['title'] = $titleAttrValue; } - // Setting "blurlink()" function: - if (!$this->mconf['noBlur']) { - $this->I['linkHREF']['onFocus']='blurLink(this);'; - } - // Make link: if ($this->I['val']['RO']) { $this->I['theName'] = $this->imgNamePrefix.$this->I['uid'].$this->I['INPfix']; @@ -2392,10 +2387,6 @@ if (strlen($titleAttrValue)) { $this->I['linkHREF']['title'] = $titleAttrValue; } - // Setting "blurlink()" function: - if (!$this->mconf['noBlur']) { - $this->I['linkHREF']['onFocus']='blurLink(this);'; - } // Set rollover if ($this->result['RO'][$key] && !$this->I['noLink']) { @@ -2663,9 +2654,6 @@ if ($theValArr['imgMap.']['target']=='') { $theValArr['imgMap.']['target'] = $LD['target']; } - if ($theValArr['imgMap.']['noBlur']=='') { - $theValArr['imgMap.']['noBlur'] = $this->mconf['noBlur']; - } if (is_array($theValArr['imgMap.']['altText.'])) { $cObj =t3lib_div::makeInstance('tslib_cObj'); $cObj->start($cObjData,'pages'); Index: typo3/sysext/cms/tslib/class.tslib_pagegen.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_pagegen.php (Revision 8930) +++ typo3/sysext/cms/tslib/class.tslib_pagegen.php (Arbeitskopie) @@ -828,10 +828,6 @@ var version = ""; var msie4 = (browserName == "Microsoft Internet Explorer" && browserVer >= 4); if ((browserName == "Netscape" && browserVer >= 3) || msie4 || browserName=="Konqueror" || browserName=="Opera") {version = "n3";} else {version = "n2";} - // Blurring links: - function blurLink(theObject) { // - if (msie4) {theObject.blur();} - } ' . $JSef[0]; if ($GLOBALS['TSFE']->spamProtectEmailAddresses && $GLOBALS['TSFE']->spamProtectEmailAddresses !== 'ascii') {