it’s complaining about this:
if (mode == "numbers")
number
It’s interpreting this as javascript. The word “number” by itself isn’t valid javascript. Are you trying to change the text displayed?
↧