Hacker News new | ask | show | jobs
by gabrielsroka 1262 days ago
You should be able to change

  e.addEventListener("keyup"...
to

  e.onkeyup=...
but I haven't tested it.
1 comments

Ooh! Don't know how I missed that, I'll give it a go! Cheers!