You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Google Chrome console I see the following error:
Uncaught SyntaxError: Unexpected token 'if'
The error appears near if(g>z){break;}}}} in the minified js file. However, I can't find this if statement anywhere in the non-minified version. It seems there is a mismatch between the two.
The text was updated successfully, but these errors were encountered:
In the Google Chrome console I see the following error:
Uncaught SyntaxError: Unexpected token 'if'
The error appears near
if(g>z){break;}}}}
in the minified js file. However, I can't find this if statement anywhere in the non-minified version. It seems there is a mismatch between the two.The text was updated successfully, but these errors were encountered: