When I open the page it breaks and when I open the browser console the following error appears:
Uncaught SyntaxError: Unexpected token ;
When I see the code on the console it looks like this:
if (linhaAnterior$.size() > 0) {}
But my code actually looks like this:
if (linhaAnterior$.size() > 0) {}
I have other if
s in this code but only in this does this change occur when I open the page.