When an issue is caused by JavaScript many times checking the browser console will help you to find the root cause.

To inspect the console:

  • Right-click with your mouse and click on “Inspect” (with some browsers you may find “Inspect Elements” or something similar
    Right-click with your mouse and then click on Inspect
  • Click on “Console”
    Click on console to show the browser console
  • Check the messages that you see in the console. If you find red errors, they will show you the path to the script that is causing issues.
    Messages shown by the browser console