aboutsummaryrefslogtreecommitdiffstats
path: root/static/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/ui.js')
-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();