|
Hi There,
This is a weird one...
I have a phpbb2 forum and had the same problem...
If you check your site on ie8 you'll probably see a javascript error with a message like expecting '{'
You won't see this error message in Firefox
For some reason {} are being removed in the analytics javascript after the catch statement
I put in the following code so that the brackets would not be removed
catch(err)
{
x = 0;
}
Seems to work...
Let us know how you get on.
|