I got a bit more time to look into this, and found a work around. It
might be useful for the devs to look at this too, as its probably
worth implementing across the board?
The problem seemed to be with { and }, but nothing on the server
seemed to be causing it. So I changed one of the lines in the Client/
Mootools.js file:
line #98
iframe.set('src', 'http://' + config.frequency + '.' +
config.server + '/?' + escape('[{"cmd":"script","params":{"domain":"'
+ document.domain + '","scripts":["' + config.scripts.join('","') +
'"]}}]'));
notice I added an escape() around the parameters being passed.
Now everything seems to work without a problem...
Thanks,
Ryan
Some other people had the same issue with {} (but i don't know why).
I'll do some check and update the JSF. Thanks :)
Cheers.