Javascript error in Safari

Hi,
I bumped into an issue which is coming up only when browsing the website from an iOS device. It says “SyntaxError: Unexpected token ‘)’” but I can’t figure out where is the issue browserstack points to a line of code, see print screen below, but I don’t see where is the issue.
The URL is here

I have fixed the error: it wasn’t where browserstack was pointing to:

Before correction

var vListado = new Paging(6,"#grid","S",);

After correction

var vListado = new Paging(6,"#grid","S");
1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.