diff options
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(); |