79181476

Date: 2024-11-12 14:17:18
Score: 2.5
Natty:
Report link

Your script looks as if it needs the entire page be loaded before it runs. Are you sure you're running the script after everything is loaded?

<head><script>function init() { //run your script ...}</script></head>
<body onload="init();"> ...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Graphic Equaliser