aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2018-10-04 20:24:37 -0700
committerAdam Mathes <adam@trenchant.org>2018-10-04 20:24:37 -0700
commit8903f360f58b7364c468d1a5a0afdd66774dc4da (patch)
tree87dccb4e4d0a79d34398d74c44df89d6ac2f353c /static
parent6a6cc29e2b5e55b785ef3cbcba2e6a85e29625f4 (diff)
downloadneko-8903f360f58b7364c468d1a5a0afdd66774dc4da.tar.gz
neko-8903f360f58b7364c468d1a5a0afdd66774dc4da.tar.bz2
neko-8903f360f58b7364c468d1a5a0afdd66774dc4da.zip
stop clobbering the f key
Diffstat (limited to 'static')
-rw-r--r--static/ui.js4
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();