This content has been marked as final.
Show 1 reply
-
1. Re: Code in Locked Regions Being Changed After Resaving
Dominic Michael Aug 17, 2010 12:20 AM (in response to andrewmcgibbon)Original code something like
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
After editing in Contribute
document.write(unescape("<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'></script>"));
Is this your problem?
If so, then this issue got fixed in latest version.


