diff options
author | Adam Mathes <adam@trenchant.org> | 2018-10-04 20:24:37 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-10-04 20:24:37 -0700 |
commit | 8903f360f58b7364c468d1a5a0afdd66774dc4da (patch) | |
tree | 87dccb4e4d0a79d34398d74c44df89d6ac2f353c /static | |
parent | 6a6cc29e2b5e55b785ef3cbcba2e6a85e29625f4 (diff) | |
download | neko-8903f360f58b7364c468d1a5a0afdd66774dc4da.tar.gz neko-8903f360f58b7364c468d1a5a0afdd66774dc4da.tar.bz2 neko-8903f360f58b7364c468d1a5a0afdd66774dc4da.zip |
stop clobbering the f key
Diffstat (limited to 'static')
-rw-r--r-- | static/ui.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/static/ui.js b/static/ui.js index 9742314..cc7ad8d 100644 --- a/static/ui.js +++ b/static/ui.js @@ -632,10 +632,6 @@ function boot() { event.preventDefault(); App.star(); } - if (event.which == 70) { - event.preventDefault(); - App.full(); - } }); App.boot(); |