This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Description
For performance and security, we should get rid of the global event listeners in firetext.js.
@twiss and I discussed this on Gitter and propose that we create a new interface.js script that will manually add event listeners to interface elements. The script will pass events to the processActions function. Variables can be defined in the markup (e.g. data-click-location), but actions would be hard coded into the script.
Feel free to suggest modifications to this strategy.