I have some javascript function calls in my product descriptions content.
Now whenever I go to edit the products I always see the following text inserted around my javascript
"function anonymous() {"
so the html looks something like:
function anonymous() { myFunction(param1,param2) }
where as when I was adding the producting it only had my javascript code:
myFunction(param1,param2)
happens everytime, it's so annoying. has this happened to anyone else?
Thanks



