Hi all,
While hunting for a fault I came across a warning in firebug in media/system/js/mootools-core.js on line 57:
getAttributeNode"id") shouldn't this be: getAttributeNode("id") ? Or better: getAttribute("id") since getAttributeNode() is depreciated?
If I correct this what will it change?
Kind regards,
Bernard
Might have been my fault, I don't know. In any case, does it matter that getAttributeNode() is depreciated?