jelly icon indicating copy to clipboard operation
jelly copied to clipboard

Level menu not displaying properly in Firefox

Open kavika13 opened this issue 11 years ago • 0 comments

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.

kavika13 avatar Mar 01 '13 01:03 kavika13