[TYPO3] Get rid of all JS from HEAD
Tapio Markula
tapio.markula at xetpoint.fi
Thu Sep 13 12:39:45 CEST 2007
HI
I must get rid of all JavaScript in the page. How I could get rid of
this, which Typo3 normally puts:
<script type="text/javascript">
/*<![CDATA[*/
<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
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();}
}
// -->
/*]]>*/
</script>
More information about the TYPO3-english
mailing list