JS code error: identifier has already been declared

URL of experiment: Sign in · GitLab

Description of the problem:
Hi everyone,
My experiment is stuck on initializing, I get the following error:
Uncaught SyntaxError: Identifier ‘pi’ has already been declared

Not sure what is wrong with this JS code (pi=Math.PI;)

Delete it. PsychoJS does it automatically.

1 Like

Thanks a lot! It all worked well!