From 8903f360f58b7364c468d1a5a0afdd66774dc4da Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Thu, 4 Oct 2018 20:24:37 -0700 Subject: stop clobbering the f key --- static/ui.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'static') 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(); -- cgit v1.2.3