Hi,
we're using the SJ News Free Template (V2.0.1) with the YT Framework 2.2.3 in Joomla 3.2.3.
We got the following JS conflict on this site
behrensbau.mousedesign.eu :
TypeError: window.addEvent is not a function
window.addEvent("domready", function(){
I've already tried jQuery Easy, but can't prevent loading this script
<script type="text/javascript">
window.addEvent("domready", function(){
if (typeof jQuery != "undefined" && typeof MooTools != "undefined" ) {
Element.implement({
hide: function(how, mode){
return this;
}
});
}
});
</script>
This conflict prevents the usage of any further JavaScript within the Content. Any idea how to get rid of this script above?
kind regards,
Bjoern