1) uncoolcentralGroup: Members Posts: 1Joined: 30 Jan 2008Location: HomeIP: 75.104.--.--
Posted:
W3 doesn't like the un-escaped ampersands in these two lines: if (!done && ref.style.filter.indexOf("alpha") == -1) ... else if (f.length && f.alpha) with (f.alpha) ---- Changing them to & causes the script to fail. So I added that body script to an external file and called it just as I call supernote.js Problem fixed.
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.109.--.--
Posted:
Yup, good fix. That's the best way to deploy a script anyhow!