Add a Makefile. Lint code. Fix butterfly open. Add a CHANGELOG.md

This commit is contained in:
Florian Mounier
2017-05-02 17:59:52 +02:00
parent eacfdcd52f
commit bdc1c7a80d
19 changed files with 106 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
document.addEventListener 'keydown', (e) ->
return true unless e.altKey and e.keyCode is 79
open(location.href)
open(location.origin)
cancel e