aframevr / a-blast

💥 Save the World From the Cutest Creatures in the Universe!
https://aframe.io/a-blast/
MIT License
128 stars 67 forks source link

fixed website crash error by highscores #134

Open Yash-Punia opened 2 years ago

Yash-Punia commented 2 years ago

Error: The official A-Blast website crashes on opening because of some null value error in highscores.js file as of now. image

Cause: The document.getElementById('save-score') was returning the null value which in turn crashed the code

Solution: I added a window.onload function to solve the error such that the dom request is made only after the window is loaded