curiousdannii / parchment

The Interactive Fiction web app
https://iplayif.com
MIT License
424 stars 60 forks source link

Main search bar fixed #1

Closed apsillers closed 12 years ago

apsillers commented 12 years ago

Right now in Firefox and Chrome, iplayif.com isn't usable (nor is the latest from the git repo), because the search bar doesn't work. It uses String.entityify(), but entityify is not defined anywhere. I added the entityify function from http://javascript.crockford.com/remedial.html to src/parchment/ui.js and rebuilt the minified files.

curiousdannii commented 12 years ago

Thanks for the reminder that this needed fixing. entityify() isn't actually needed, so the simpler option is to just remove it!