jelly
jelly copied to clipboard
Level menu not displaying properly in Firefox
I believe this is because the code uses option.innerText = "Level #{i}"
- which "isn't W3C compliant". See this Stack Overflow question:
Looks like it should be the textContent
property instead.