TypeError: document.getElementById(…) is null
-
I’m getting this error in my console everywhere:
TypeError: document.getElementById(…) is nullThe error line:
<script type=”text/javascript”>document.getElementById(“vscf-anchor”).scrollIntoView({behavior:”smooth”, block:”center”});</script>How to solve this?
Thank you in advance!The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘TypeError: document.getElementById(…) is null’ is closed to new replies.