79185643

Date: 2024-11-13 15:46:18
Score: 1.5
Natty:
Report link

Maybe script being added after the page has already been loaded, which results in the conditions not working until a refresh. Ensure that the script is included in the page before the form is rendered, or use $(document).ready() or window.onload

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Adam Green